• Closed
  • Richard Sirois
    Spectator
    May 15, 2014 at 6:00 pm #8418

    Hi,

    I’m trying to put a custom logo and fit it so it covers the entire area of the headers. I’m using the evolve pro theme and i’m always stuck with to margins of something like 20px Left and Right. I does’nt seem to find out where in the css to remove those margins.

    Regards,

    Richard

    Roman
    Spectator
    Posts: 3147
    May 15, 2014 at 7:39 pm #9741

    may I see the website with the problem?

    Richard Sirois
    Spectator
    Posts: 8
    May 16, 2014 at 1:41 pm #9755
    Roman
    Spectator
    Posts: 3147
    May 16, 2014 at 6:01 pm #9757

    try insert in the Custom CSS field:

    Code:
    .custom-header {padding:0!important;}
    Richard Sirois
    Spectator
    Posts: 8
    May 17, 2014 at 4:47 pm #9777

    Hi Roman,
    Thanks! Works perfectly 🙂

    Would it be the same to ad left and right padding to the text in the upper content box ,

    Richard

    Marco Alvarado
    Spectator
    Posts: 12
    June 11, 2014 at 10:43 pm #10003

    Hi Roman,

    I’m trying to get my header to go full width and have no padding all the way around.

    http://qualitytimedivers.com

    -marco

    Roman
    Spectator
    Posts: 3147
    June 12, 2014 at 5:20 pm #10009

    sorry but that’s not possible when you are using a boxed layout as the header element is placed in a wrapper with fixed width.

    Marco Alvarado
    Spectator
    Posts: 12
    June 12, 2014 at 7:26 pm #10016

    So what layout do you suggest I implement in order for it to work?

    Roman
    Spectator
    Posts: 3147
    June 12, 2014 at 9:19 pm #10018

    try the wide layout

    Marco Alvarado
    Spectator
    Posts: 12
    July 12, 2014 at 8:59 pm #10181

    Hi Roman,

    I meant full width within the boxed layout. It has padding all around it. I would like zero padding. Is that possible and if so, how?

    Thanks,

    -marco

    Quality Time Divers

    Roman
    Spectator
    Posts: 3147
    July 13, 2014 at 8:22 pm #10185

    insert in the Custom CSS field:

    Code:
    .header,.container-header {padding:0;}