Hi
I am using the Brooklyn theme. The banner as well as the country switcher are blocking some text on mobile. I would really appreciate it if someone could help me. Below is an image for reference.
my website is www.breeprobiotics.co.za
Hi
I am using the Brooklyn theme. The banner as well as the country switcher are blocking some text on mobile. I would really appreciate it if someone could help me. Below is an image for reference.
my website is www.breeprobiotics.co.za
@Mike22288804 - it is because your header is set to fixed to scroll down when user scrolls down, if ou do not want that on mobile then please add this css and check, it will like screenshot below
@media screen and (max-width:749px){
.header-wrapper{position: initial;}
}