Jump to content

Archived

This topic is now archived and is closed to further replies.

5500752022839682

brand image, white margins

Recommended Posts

5500752022839682

about a brand header with 0 padding and 0 margin, I've  tryed to follow Danny's answer to fix the issue

 

I've dropped some code in > pagelines settings > custome code/head scripts after customizing it for my site.

 

I mean the following code: #branding { background: url("URL to your new header image") no-repeat scroll 0 0 #3BBEAE !important; height: 182px; margin: 0 auto; width: 980px; } 

 

My banner is 120 X 1120 (1120 is site global width at the moment. when saving and pubblishing it:the header still had got white spaces around and  the code lines were shown on line, just above the header. Any idea about that?

 

 

--------------------------------

 

Website URL: http://.ww
 
Framework Version: 2.4.6
 
WordPress Version: 4.1.1
 
Plugins in Use: 15
akismet, Cardy redirect, Contact form 7, Digg digg, Facebook Comments, 
 google xml sitemap

Share this post


Link to post
Share on other sites
batman

Hi walter arrighetti

Please, you can try with

 

body.fixed_width .section-branding .content-pad

{ 
padding: 0px;}


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
5500752022839682

thanks for your help

 

unfourunally, I've tryied dropping that code line in the headscript code box

but it seems it doesn't work.

 

(maybe I forgot to say I am using the Pagelines framework and not DMS?)

Share this post


Link to post
Share on other sites
Danny

Hi,

 

You do not add that code to the Header Scripts, CSS isn't a script. To add that code, add to the Custom CSS option.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

×