Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #687033

    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?

    #687876

    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

    #688789

    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.

    #689891

    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

    #698090

    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.

    #698261

    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

    #698386

    It didn’t work.

    #698390

    Hey!

    Can you please post a screenshot showing the issue?
    Your slider images are not cropped because of the element below it. The code i posted above should have helped with slider captions overlapping slider controls.

    Regards,
    Yigit

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