Something happened and now my header has a space at the top of it that is clear. I want the header to be black all the way to the top edge. I didn’t change anything but all the sudden it not longer hugs the top of the page. In the top there is fine print text in the space above when you first arrive to page, why is this there??
How do I fix it?
Also my slider runs into my title “Call Us Today for Free Quote” How to I make it so the slider doesn’t get hidden behind that title?
How do I get the “Call Us Today For a Free Quote” to center on the green color box?
Hey sgtsantos03,
I can’t see any clear space above your header, in what browser are you seeing this? Please post a screenshot of the issue.
Try the following in Quick CSS for the slider caption:
.slideshow_caption {
width:100% !important;
}
Best regards,
Rikard
The slider information still gets hidden by the phone number color box. How do I change this so the slider information isnt’ hidden. Your link didn’t work.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home #av_section_1 .av-special-heading {
padding-bottom: 0!important;
}
Best regards,
Yigit
The slider image gets hidden by the “veteran owned and operated” color box. How do I get it to attach to the bottom of the image and not cut off my image.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-caption-content p {
margin: 0;
}
Best regards,
Yigit
It didn’t work.