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

    Hello,

    On the home page of my site, toward the bottom I have a testimonials slider set in a 2/3 width bar and yet it only seems to take up a 1/3 area. I have played with padding and margins in every way possible to no avail. Can you tell me out to fix this so it spans farther right on the home page. Thanks!

    #1231016

    Hey,

    There is 100px padding on both sides by default. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0 20px;
    }
    
    

    Best regards,
    Yigit

    #1231021

    This did not work. I’ve cleared my cache and still no go. It was working fine when I originally designed it but something changed? Any other ideas? It just loos a bit goofy right now. I still dont understand that it is in a 2/3 container and looks to be only a 1/3 appearance?

    #1231450

    Hi,

    Please try this CSS instead:

    @media only screen and (min-width: 768px) {
    .home #av_section_6 .container {
        padding-right: 0;
        margin-right: 0;
    }
    }

    Best regards,
    Rikard

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