Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1307454

    Hey Guy,

    i tried like hundreds of formats and seizes of pictures. None worked.
    I Don’t know what i’m doing wrong.

    But the Banner on my shop page always has a grey bar on top.
    on phone or computer.

    here the pictures:
    Shop-Banner-Phone
    Shop-Banner

    the problem, because it is handled by woocomerce, i cant find a place to adjust that or to set the padding to 0.

    maybe you can help.

    #1307556

    Hey MaktubJolie,

    Thanks for the screenshots. Could you post a link to where we can see the actual elements on your site as well please?

    Best regards,
    Rikard

    #1307714

    Hey Rikard,

    of course, thank you.

    Here is the Link.

    https://shisha-shop.lu/shop/

    Best regards

    #1307855

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #av_product_description div.av-parallax {
        top: 0;
    }

    Best regards,
    Rikard

    #1307893

    THanks Rikard.
    Sadly it is still there.
    Also on the mobile phone, the bar is now at the botton.

    And on the PC it ist still on top.

    Hope there is a solution for that.

    Thank you

    #1308224

    Hi,

    Thanks for the update. Please try this instead:

    #av_product_description div.av-parallax {
        top: 0 !important;
    }

    Best regards,
    Rikard

    #1308325

    Thank you,

    it switched from a bar on top, to a bar on the bottom.

    Crazy thing.

    Any idea?

    #1308495

    Hi,

    Please try this CSS as well:

    #av_product_description .active-parallax {
        height: 367px;
        max-height: 367px;
    }

    Best regards,
    Rikard

    #1308600

    There ist still a bar.

    I Really don’t understand that.

    https://shisha-shop.lu/shop/

    Thank you

    #1308690

    Hi,

    Please replace the last code I sent, with this:

    #av_product_description .active-parallax {
        height: 367px !important;
        max-height: 367px !important;
    }

    Best regards,
    Rikard

    #1309436

    That’s it!!

    Nice mate. Thank you very much!

    #1309437

    OK, sadly i still have it on the Phone. But it disappeared on the Computer.

    Please Take a look if you want.

    https://shisha-shop.lu/shop/

    #1309553

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    #av_product_description .active-parallax {
        height: 465px !important;
        max-height: 465px !important;
    }
    }

    Best regards,
    Rikard

    #1309703

    That was is!!! Thank you so much! Appreciated. Have a nice day

    #1309798

    Hi MaktubJolie,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Enfold Shop Banner WooCoomerce’ is closed to new replies.