MyBB Community Forums

Full Version: Quick Question about Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay I am usuing the mybb blue theme located here in the theme section. I have pretty much configured it all aside from my logo position 

in the container the logo is coded like this:


#logo {
background: transparent url(images/gplaypattern.png) repeat scroll 0% 0%;
padding: 10px 0;
border-bottom: 1px solid #263c30;
}

I would like my logo to the left.. I did add float:left; after the logo but it did not work.. My site is:
http://ebook-mecca.com
Can this be done another working way? I would appreciate the code to change this.. thank you
header template code has inline style for the logo's wrapper element ! center style code needs to be removed.
Quote:<div class="wrapper" style="text-align: center; padding: 15px 115px 15px 5px;">
(2016-07-21, 02:23 AM).m. Wrote: [ -> ]header template code has inline style for the logo's wrapper element ! center style code needs to be removed.
Quote:<div class="wrapper" style="text-align: center; padding: 15px 115px 15px 5px;">

Ok so remove that inline or can I just replace center with left? aha I got it.. thank you so very much .m.