Shape 5

Joomla Free Templates => Design Control - Free => : erminio January 31, 2015, 10:51:54 AM



: Padding in header area1
: erminio January 31, 2015, 10:51:54 AM
I would like to decrease the padding top and bottom in the header area 1.
In template.css  and top compression.css I  find

#s5_header_area1 {
background:#FFFFFF;
padding-top:34px;
padding-bottom:34px;
}

I change 34px with 14 px only in template.css (not in compression.css)  but nothing changes.

Can you help me?


: Re: Padding in header area1
: mikenicoll January 31, 2015, 07:50:36 PM
Hello,

You would just need to modify the coding below. I would suggest disabling compression, making the changes then clearing the site cache. You most likely made the correct changes but were looking at a cached copy of the site.

:
Template.CSS - Line 336

#s5_header_area1 {
    background: none repeat scroll 0 0 #ffffff;
    padding-bottom: 34px;
    padding-top: 34px;
}