MyBB Community Forums
How to make logo go ........ - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: How to make logo go ........ (/thread-145946.html)

Pages: 1 2


How to make logo go ........ - hrspwr1 - 2013-09-27

Id like the logo go all the way to the top and to the sides with no padding.

Thanks


RE: How to make logo go ........ - Arbaz - 2013-09-27

Can you elaborate? An image would be better.


RE: How to make logo go ........ - hrspwr1 - 2013-09-27

I dont want a padding

   


RE: How to make logo go ........ - Arbaz - 2013-09-27

Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css>Simple Mode>.logo

In Extra Attributes, add the following:

margin-top: -21px;
margin-left: -20px;
width: 1303px;



RE: How to make logo go ........ - Whiteneo - 2013-09-27

Well i put this values and it works on mine PC:

margin-top: -20px;
margin-left: -20px;
width: 1170px;

But maybe this resolution have to change if your monitor are more or less pixels.

I try with:

margin-top: -20px;
margin-left: -20px;
width: 101%;

Both shows fine, but in my PC the best way are second one, and you have many errors on your global.css

This because you copy and paste text without unformat mode xD.


RE: How to make logo go ........ - Arbaz - 2013-09-27

width: 101%;

I guess you are right. I didn't give it a second thought thus completely forgot about the end user (Different screen resolutions).


RE: How to make logo go ........ - slumpy - 2013-09-27

I tried this but I donĀ“t have Templates & Styles option.
I have ACP>Templates & Styles>Themes>MyBB Master Style
or ACP>Templates & Styles>Themes>MyBB Default

Any help please..


RE: How to make logo go ........ - .m. - 2013-09-27

^ @slumpy, you have to work on ACP > Templates & Styles > Themes > MyBB Default > global.css


RE: How to make logo go ........ - slumpy - 2013-09-27

Hi M.
To my rescue agian, many thanks. However .logo is not there?


RE: How to make logo go ........ - .m. - 2013-09-27

^ .logo is not used in the global.css of your forum. you can add it at the beginning of global.css (Edit Stylesheet: Advanced Mode)
.logo {margin-top: -20px;
margin-left: -20px;
width: 100%;}

hard refresh your browser (eg. press CTRL + F5) on the index page after saving the global.css