On this website I build with your theme Broadscope (very nice b.t.w.) I see a horizontal scrollbar when not viewed full screen.
You can see it here http://fabulouswomen.nl
Can you help me out here please?
Thanks for helping!!
Regards,
Jeroen
On this website I build with your theme Broadscope (very nice b.t.w.) I see a horizontal scrollbar when not viewed full screen.
You can see it here http://fabulouswomen.nl
Can you help me out here please?
Thanks for helping!!
Regards,
Jeroen
Hi!
add this to your style.css file :
#wrap_all { overflow-y: hidden; }
that should help ;)
Best regards,
Kriesi
Thanks Kriesi, that did the trick!!
:-D
Hi!
Glad that it worked for you :)
Best regards,
Peter
Unfortunately, it's back!!!
The #wrap_all is still in the style.css, but I see a horizontal scrollbar again ....
Help?!
Hey!
Try to add following code to css/custom.css:
#wrap_all {
overflow-x: hidden;
}
Best regards,
Peter
Works!
Thanks again Peter!!
Hi!
Glad that I could help you :)
Best regards,
Peter
This topic has been closed to new replies.