Tagged: banner, shop, woocommerce
-
AuthorPosts
-
June 25, 2021 at 2:37 pm #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.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.
June 27, 2021 at 4:19 am #1307556Hey 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,
RikardJune 28, 2021 at 10:49 am #1307714June 29, 2021 at 6:02 am #1307855Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#av_product_description div.av-parallax { top: 0; }
Best regards,
RikardJune 29, 2021 at 10:15 am #1307893THanks 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
July 1, 2021 at 6:44 am #1308224Hi,
Thanks for the update. Please try this instead:
#av_product_description div.av-parallax { top: 0 !important; }
Best regards,
RikardJuly 1, 2021 at 2:20 pm #1308325Thank you,
it switched from a bar on top, to a bar on the bottom.
Crazy thing.
Any idea?
July 2, 2021 at 1:23 pm #1308495Hi,
Please try this CSS as well:
#av_product_description .active-parallax { height: 367px; max-height: 367px; }
Best regards,
RikardJuly 3, 2021 at 9:30 pm #1308600July 5, 2021 at 3:03 am #1308690Hi,
Please replace the last code I sent, with this:
#av_product_description .active-parallax { height: 367px !important; max-height: 367px !important; }
Best regards,
RikardJuly 9, 2021 at 11:42 pm #1309436That’s it!!
Nice mate. Thank you very much!
July 9, 2021 at 11:43 pm #1309437OK, sadly i still have it on the Phone. But it disappeared on the Computer.
Please Take a look if you want.
July 11, 2021 at 7:33 am #1309553Hi,
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,
RikardJuly 12, 2021 at 10:08 am #1309703That was is!!! Thank you so much! Appreciated. Have a nice day
July 12, 2021 at 2:48 pm #1309798Hi MaktubJolie,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Enfold Shop Banner WooCoomerce’ is closed to new replies.