Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1275759

    Hi,

    I would like to change the header height of the following pages: catalog page (https://antiquaritaly.com/catalogo/), categories page and product pages of the e-commerce section of my website.
    I’d like to make it as high as in the other pages “chi siamo” or “contatti” (https://antiquaritaly.com/chi-siamo/).

    Could you help me please?
    thanks

    #1275899

    Hey Antiquaritaly,

    Can you please share the login name too?

    Best regards,
    Victoria

    #1277069

    Ciao Victoria, eccomi scusa il ritardo

    #1277283

    Hi,

    Thanks for that. The login details you posted are not working though, please check and verify.

    Best regards,
    Rikard

    #1277289

    Hi, user and psw attached

    #1277291

    Hi, user and psw attached

    #1277612

    Hi,

    Thanks for that. I can’t see any difference in the header size on the two pages you linked to, maybe you are referring to the first section on the page? On the catalog page for example, where it contains this text; CATALOGO Scopri tutte le nostre categorie?

    Best regards,
    Rikard

    #1277641

    yes I mean that, thanks

    #1278426

    Hi,
    Sorry for the very late reply, and thanks for the login and links, I added this css to your Enfold Theme Options > General Styling > Quick CSS field

    .woocommerce-page #av_product_description {
        height: 75vh;
    }
    .woocommerce-page #av_product_description .av-section-color-overlay-wrap > .container {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    

    This matches the product description header of your woo pages to your /chi-siamo/ page.
    please clear your browser cache and check.

    Best regards,
    Mike

    #1278579

    Hi Mike,
    thank you for the update and your work. There is last item to fix: the text now in each page of the categories in the banner is less visible, it looks like it’s in a layer behind.
    Can you check please?
    best

    #1278934

    Hi,

    Thanks for the update. Please try this CSS as well:

    .woocommerce-page #av_product_description .av-parallax {
        z-index: 0;
    }
    
    .woocommerce-page #av_product_description .container {
        z-index: 1;
    }

    Best regards,
    Rikard

    #1288446

    fixed thanks!

    #1288478

    Hi,
    Glad we were able to help, thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change the header size of the all ecommerce pages’ is closed to new replies.