New Landing How can we help? Atelier Problems with spacing on Element: Products

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #263517
    alexanderchristiansen
    Member
    Post count: 179

    Hi Swift 🙂

    Following page:
    http://new.organicbasics.dk/product/boxers/

    Everything is built up in a one single row, having padding left and right on 2%.
    Though my Products Element seems to cut some of the text on the left-side.

    Are there any fix on this one?

    #263522
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    .products .product .product-details {
        padding-left: 15px;
    }

    Let us know if it worked.
    -Rui

    #263559
    alexanderchristiansen
    Member
    Post count: 179

    Hi Rui,
    Thanks for you answer.
    Almost solves the problem.

    Made the text on the first photo align – though breaks the alignment of the 3 other photos.

    Attachments:
    You must be logged in to view attached files.
    #263574
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Change the custom css to:

    .products .product:nth-child(4n-3) .product-details {
      padding-left: 15px;
    }

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register