Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved How to make logo go ........
#1
Not Solved
Id like the logo go all the way to the top and to the sides with no padding.

Thanks
#2
Not Solved
Can you elaborate? An image would be better.
#3
Not Solved
I dont want a padding

   
#4
Not Solved
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;
#5
Not Solved
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.
The only infinite thing is the universe and human stupidity, but the universe is not for sure

Plugins 1.6.x

Plugins 1.8.x

#6
Not Solved
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).
#7
Not Solved
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..
#8
Not Solved
^ @slumpy, you have to work on ACP > Templates & Styles > Themes > MyBB Default > global.css
#9
Not Solved
Hi M.
To my rescue agian, many thanks. However .logo is not there?
#10
Not Solved
^ .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


Forum Jump:


Users browsing this thread: 1 Guest(s)