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
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
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?