MyBB Community Forums

Full Version: Alignment issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having trouble on my site with the mobile view. The facebook login button is moving down and over my logo because it is relative. The site is responsive and adjust to mobile and back to desktop. Can someone please let me know what they would do to fix the problem... 

Texaskayakers.com



Thank you in advanced!
Hi. Try add this code to theme.css or somewhere Smile

@media only screen and (max-width: 477px) {
#panel-responsive {
	height: 100px;
}
}

That should fix that problem...
Great work thank you very much!!!!
No problem Wink