Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #452953

    Main Shop Page Banner, how do I reduce the height?

    I am not using an image, just one line and a solid color so I would like to reduce the height of the banner.

    How do I do this?

    Can it be done with Quick CSS ?

    Thank you for your help, I have looked everywhere for this answer.

    I did stumble on the link below when looking for a solution that others may find useful:

    http://www.pootlepress.com/2014/04/100-woocommerce-tips-tricks/

    #453118

    Hey Micheal0424!

    Please use the following:

    .av-section-color-overlay {
    height: 50px;
    }

    Cheers!
    Basilis

    let me know if that solves the issue for u

    #453197

    Main Shop Page Banner is still the same height after using the code, any other ideas.

    Thank you.

    #453634

    Hey!

    Just to be clear, by banner you mean to top most section reading “Find the golden egg and get 50% off this Easter”?

    Regards,
    Rikard

    #453647

    http://kriesi.at/themedemo/?theme=enfold-overview

    WELCOME!
    This is the new Shop Banner

    This area.

    Sorry for any confusion.

    Thank you.

    #453881

    Hi!

    Can you please post the link to your page? In demo page that section was created using a Color Section element. If you have replicated the same way, please edit your color section element and reduce its height

    Cheers!
    Yigit

    #453942
    This reply has been marked as private.
    #453961

    Hi!

    Please add following code to Quick CSS

    #av_product_description .content {
      padding-top: 0;
    }
    #av_product_description {
      height: 60px;
    }

    Regards,
    Yigit

    #453968

    Worked perfectly, than you very much!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Main Shop Page Banner – Reduce height’ is closed to new replies.