Postnote text logo overlapping on Joomla 1.7

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Sat Sep 24, 2011 12:28 pm
Please see:

Code: Select all
[i]removed[/i]


Text logo is overlapping with slogan on Joomla 1.7.

Also, i've installed S5_quick_contact in position top10, applied a module suffix " black" and used this code to override.css (overrides enabled in template menu):

Code: Select all
.moduletable.black .inputbox {background: transparent!important;border-color: #6e6e6e; margin-bottom: 5px;color:#fff}


Somewhy it doesn't work, what am i doing wrong?
For now i'm just using:
Code: Select all
.inputbox {background: transparent!important;border-color: #6e6e6e; margin-bottom: 5px;color:#fff}


Thanks


logo overlap 1.png


logo overlap 2.png


logo overlap 3.png
User avatar
Senior Boarder

GK User
Sun Sep 25, 2011 5:01 pm
Solved the module styling problem by using:
Code: Select all
.black .inputbox {background: transparent!important; border-color: #6e6e6e; margin-bottom: 5px;color:#fff}


But the logo overlapping with slogan issue is still there.
User avatar
Senior Boarder

GK User
Tue Sep 27, 2011 7:04 am
Using image logo...
User avatar
Senior Boarder


cron