Home Forums WoodMart support forum Styling product page

Styling product page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #512612

    s0mbrer0
    Participant

    Hi, we use a product bundle plugin and have added onsite messaging from Klarna to our product pages. On the pages with where we use product bundles the styling is a bit strange with no padding. Is it possible for you to help with a custom code to make the padding better. See private area for more information.

    #512691

    s0mbrer0
    Participant

    The padding is also not displayed well when an attribute is shown. See private content.

    #512774

    Hello,

    Can you please share a screenshot for better understanding where you want to add padding.

    Best Regards.

    #512784

    s0mbrer0
    Participant

    Hi Aizaz, Please see private area.

    #512863

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    div.bundled_product_summary:not(.thumbnail_hidden) .details {
         padding: 20px 0px 0px 1.5rem;
    }
    
    form.variations_form {
        margin-top: 20px;
    }

    Best Regards.

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