Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #942658

    Hi Kriesi team!
    I’m totaly new to Enfold but the First impression that it’s looking good!
    I’m working on my new website and I’m struggling with some simple issues.
    I already searched the forum but don’t get the right awnsers. I already tried several CSS codes but don’t get things fixed.

    • I want to get rid of the white ‘stroke’ above and under the header. I think it’s a default margin. I tried to edit those with negative numbers but doesn’t tackles the problem.
    • I want to set the dark gray ‘stroke’ underneath the header to 50 pixels. It’s just an visual thing. I also tried to make use of an separator and set those settings to 50 px but doesn’t work. Maybe also something with default margin.
    • I want the copyright in the footer to be placed in the center. I’ve solved this now with CSS but maybe you can add this to your develop wish list?

    Thanks in advance.
    BR Jolanda Goos

    • This topic was modified 6 years, 1 month ago by goosgrafisch. Reason: wrong topic title
    #943390

    Hey goosgrafisch,
    To remove the white area above and below your MasterSlider, please try this css in your WordPress > Customize > Additional CSS

    #top.home main.content {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
    }

    Best regards,
    Mike

    #947432

    Thanks that helps!
    I still want to set the dark gray ‘stroke’ underneath the header to 50 pixels. It’s just an visual thing. I also tried to make use of an separator and set those settings to 50 px but doesn’t work. Maybe something with default margin?

    #947633

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .cb1 {margin-top: -50px !important; }

    Please adjust to suit.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.