• Resolved phillipschip

    (@phillipschip)


    Hi, I am a total newbie-this is my first post, and I don’t know what I am doing with code other than just cutting and pasting so please bare with me ??
    For some reason my nav bar changes size (gets bigger) on my shop and cart pages only. Is it possible for this not to happen? I use WooCommerce and the Stout theme. Thanks! Chip

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @phillipschip,

    Hope you are doing fine today. I’ve checked your site and it seems like a bit of CSS is overriding the logo height on Woocommerce pages. The below CSS will hopefully fix the issue. Could you please add the CSS to Appearance > Customize > Custom CSS?

    .woocommerce .custom-logo{
    	max-height: 100px !important;
    }
    

    Please let us know how it goes for you.

    Regards,
    Sharif.

    Thread Starter phillipschip

    (@phillipschip)

    Thanks for the response Sharif! That worked for my shop page, however, on my cart page it still displays bigger.

    @phillipschip,

    I’m sorry about that.

    Please replace the old code I’ve provided with the below.

    .woocommerce-page .custom-logo{
    	max-height: 100px !important;
    }

    Regards,
    Sharif.

    Thread Starter phillipschip

    (@phillipschip)

    Worked! Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Nav bar changes size on shop and cart pages’ is closed to new replies.