do you mean the header title and description?
try minimized the size, add this to theme option->custom css
@media only screen and (min-width:280px) and (max-width:500px){
#siteinfo h1 { font-size: 14px; }
#siteinfo p { font-size:11px; }
}
Hi Richie,
Thanks! It looks a bit better now, but it still not quite there. Any other suggestions?
can’t really know whats wrong without live link to check. do you have one?
Yes! Itsamamasworld.com. Thanks!
i think you should use appeareance->custom header for your header and set
Custom Header Overlay with logo: no
and add this to theme option->custom css
#header { display:none; }
Hi Richie,
Thanks for the reply! When I do this, it appears nice on my mobile device, but not on my laptop. The position of the second menu bar then changes from under my logo/header (what I want) to above my logo/header. Any other suggestions?