Header Image bug with WooCommerce

  • Author
    Posts
  • #67942

    I love this theme, so thank you kindly to the devs and creators – I really appreciated you making this and putting it out for free.

    My issue is that on the page that is set to be the ‘Shop page’ for WooCommerce, the header is not displaying at the correct size (as it does on the rest of the site pages).

    This is how the header should look: http://www.surveyec.co.za/staff/
    and this is how it displays on the ‘Shop page’ – http://www.surveyec.co.za/projects/

    PS.
    It displays perfectly fine in mobile, but not desktop view.

    Website: www.surveyec.co.za

    #67971
    Zed
    Cryout Creations mastermind

    WooCommerce applies some styling that affects the header image width. Use this custom CSS to correct that:

    #bg_image {
       max-width: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #68004

    That code snippet works flawlessly.
    Thank you so much for your help, it is greatly appreciated.

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

The topic ‘Header Image bug with WooCommerce’ is closed to new replies.