Shape 5

Joomla Templates => Simplex - Club => : bakef1 December 07, 2012, 10:47:14 AM



: reduce the size of whit space at the top of template
: bakef1 December 07, 2012, 10:47:14 AM
The web site is here:

http://curatoriousmag.com/

Im trying to reduce the amount of white space at the top of the page.
Please see attached image


(http://)


: Re: reduce the size of whit space at the top of template
: mikenicoll December 07, 2012, 04:25:56 PM
Hello,

You can adjust the values below.

Template.css - line 608

#s5_topbar {
    background: url("../images/Shape5_Simplex_repeatinglines.png") repeat-x scroll center bottom transparent;
    height: 38px;
    margin: 10px 12px 14px;
}


You can also add your own coding to the head area to hard-code it. Below is how you would remove it completely but you can add margins instead.

#s5_header_area1 {
display: none;}\

-Mike