Hi guys i was wondering how can i Reduce the space between header and easy slider. If i use the full with slider the space above the slider nearly desapears, but it doesnt fit the design thus it goes away to left and right. Meanwhile the easy slider fits perfect in horizontal way but add that space i am talking about.
Other thing i have a text blocks that doesnt take the font color. I mean i pick it, then save shows fine in the backend, but in the front is all in green.
I put the info in private content.
Thanx!
Hey smorrone!
1. Please insert the following css into your custom css section:
.page-id-677 .content, .sidebar {
padding-top: 0px !important;
}
2. Instead of using a span I changed the font color in the text block element settings:
Best regards,
Dake
Thanks Dake! that worked great!