Hi,
Don’t know if i have done this right but i attached a pic. How do i get rid of the bars circled at the top.
However though if you view it on a mobile, it seems to be properly formatted ?
Hi,
Don’t know if i have done this right but i attached a pic. How do i get rid of the bars circled at the top.
However though if you view it on a mobile, it seems to be properly formatted ?
I have no idea what they are!
And we can’t tell form an image. if you want to give is a link to your forum page we can inspect them with Firebug to try and determine what is putting them there.
They are like a shadow of the boxes above. Click on one and the same contents appear as the box above it. If you view on a mobile or tablet they are not there.
www.anglerschat.co.uk
is this classipress theme? if so, see: https://simple-press.com/support-forum/sp5-general-topics/clear-instruction-on-how-to-upgrade-from-4-5-1/page-3/#p102724
This is being constructed and displayed by your WP Theme (Classipress). I have absolutely no idea why… It is taking the SP dropdown list control and replicating it as you see. It would be nice to know why and if there is anything you can do to stop it happening through the Classipress options.
But you could try just hiding it. Not a great solution but might work. Yoy could try adding the following to your wp theme styles file:
#spMainContainer .selectBox-dropdown { display: none !important; }
That might work…
W
Mr Papa said
is this classipress theme? if so, see: https://simple-press.com/support-forum/sp5-general-topics/clear-instruction-on-how-to-upgrade-from-4-5-1/page-3/#p102724
Worked a treat, thank you