Quote:
Originally Posted by slmoney
OK..I overwote the previous style...and added this to my site. The Navbar issue that I wrote about has gone..but now there is a different issue with it..the button gets cut off on the right side.
If you could look at my forum and let me know. www.themes4bb.com/forum I set it as the default for now.
I am also getting a ton of raves about the style...great work!
|
Hi slmoney ı checked your website and ı found a mistake that you made.
First open default beta css file and change;
Code:
padding:0 20px 0 10px;
to
Code:
padding:0 10px 0 10px;
Note: This code is two times. Change them.
Other Solution:
Open css file and find:
Code:
padding:0 0 0 200px;
to lover number example;
Code:
padding:0 0 0 160px;
I tell this nav spacing in first message so if you can change this values your mistakes will gone