rb18
October 20, 2022, 1:43pm
1
hello,
since if have installed an announcement bar on top of the screen. The top part of the header on the collection page disappears behind the menu. see image. does anyone know how we can solve this.
the url is https://d40128.myshopify.com/ and password is piblan.
Thank you in advance!
Hi @rb18
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.css ->paste bellow code in bottom of file
.Slideshow–fullscreen {
height: 1400px !important;
max-height: 400vh !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
rb18
October 20, 2022, 2:44pm
3
thanks but tthis is not working man. the banner is extremely big when i do this..
You can also adjust the height.
.Slideshow–fullscreen {
height: 1000px!important;
max-height: 300vh!important;
}