Hi,
I'm trying to change the padding around my logo. The following is part of pro.css:
.fixed_width #branding .content-pad {
padding: 20px 15px 15px;
}
Changing this in the chrome/firefox developer plugins accomplishes what I want, so I'm confident I have the correct bit of css there.
I've tried putting the following in my base.css, but Chrome and Firefox keep saying that the pro.css bit overrules anything else.
.fixed_width #branding .content-pad {
padding: 0px;
}
I've also tried:
#header .fixed_width #branding .content-pad
body .fixed_width #branding .content-pad
body #header .fixed_width #branding .content-pad
But all to no avail. Any suggestions? Thanks.
base.css #branding
Started by
nielspeenanusoncom
, Oct 21 2010 12:45 PM
2 replies to this topic










