How to remove horizonal lines between modul positions& reduce distance

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Wed Jan 12, 2011 10:53 pm
Hello everybody

first things first: Big compliment for that template...its one of the most beautiful joomla things I´ve ever seen and so I made the decision to buy it. But after having searched in files and in this forum too I can´t find the solution to my problems:

1. How is it possible to remove these hoziontal lines that appear between the header- and top-positions for example or between bottom- and footer positions?

2. How is it possible to reduce the vertical distance after these lines have disappeared?

Thanks!
User avatar
Fresh Boarder

GK User
Wed Jan 12, 2011 11:24 pm
Hi

Thank you for your nice words.

Please enable override.css file on PostNote template parameters.
Next, try adding this code on override.css file:

Code: Select all
#gk-nav-wrap,
#gk-header,
#gk-footer {background: none}
#gk-nav-wrap,
#gk-header{ padding-bottom:10px;margin-bottom:10px;  }
#component_wrap>div {padding:0}
#gk-footer {margin-top: 0px}


If this doesn't work, add !important rule on each classes, like this:

Code: Select all

#gk-nav-wrap,
#gk-header,
#gk-footer {background: none!important}
#gk-nav-wrap,
#gk-header{ padding-bottom:10px!important;margin-bottom:10px!important;  }
#component_wrap>div {padding:0!important}
#gk-footer {margin-top: 0px!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Jan 15, 2011 10:07 am
Wonderful, worked perfectly. Thanks!
User avatar
Fresh Boarder


cron