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

    I have a page in a 2/3 and 1/3 layout and I place a “Testimonial” element in the 1/3 column

    There is a space about the “Testimonial” element, how do I remove it so that the top of testimonial will move up and stay flush with the 2/3 element next to it? following is a partial screen shot
    http://imgur.com/e9nDYbH

    #242057

    Hey hlchia!

    Can you post the link to your website and point out the section so we can take a look?

    Regards,
    Yigit

    #242069

    Hey hlchia!

    Please add this on Quick CSS or custom.css:

    .avia-testimonial {
    padding: 0 20px;
    }
    
    .avia-testimonial-wrapper {
    margin: 0 0 30px 0;
    }

    Regards,
    Ismael

    #242101

    Ismael,

    your css works!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove space above 1/3 layout’ is closed to new replies.