New Landing How can we help? Atelier Reducing vertical blank space on products page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #248123
    contactstu
    Member
    Post count: 19

    Hi there,

    This theme rocks guys!

    Is there a way to reduce the vertical space going on on this product page? I need to reduce all spaces occurring between the title text all the way down to the add to cart button. Attached is an image of what I’m trying to achieve.

    I would also like to remove the share banner and category text (would you prefer I open a new topic for this?)

    Cheers,
    Stu.

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

    Hi

    Add this to your custom css:

    .summary-top {
      margin-bottom: 0;
    }
    .tm-extra-product-options .tm-cell {
      margin: 0;
    }
    .single_variation_wrap .single_variation {
      margin-bottom: 0;
    }

    – Kyle

    #248190
    contactstu
    Member
    Post count: 19

    Thanks for the quick response Kyle, but this hasn’t worked for me. It’s most likely my hack css. I entered this directly in my child theme only. Am I missing something?

    #248192
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It has worked, but if you want to remove more space add this:

    .tm-epo-totals {
        padding-bottom: 0;
        padding-top: 0;
    }
    .summary .product_meta {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    – Kyle

    #248196
    contactstu
    Member
    Post count: 19

    Lookin good now. Thank you! Thank you! Thank you!

    Should I post the other half of my query (about removing the share banner and category text) as a new topic?

    #248200
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes please

    – Kyle

    #248213
    contactstu
    Member
    Post count: 19

    new topic created.

    #248217
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok thanks

Viewing 8 posts - 1 through 8 (of 8 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