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

    Hi Guys,

    How can i fix the raster row the same as on mobile to its fullwidth? Because the testemonials are beeing shown very badly in a 1/3block.
    Its nicer to show its fullwidth on tablets ipads etc do i need css for this or are there any settings to fix this?

    Thanks again!

    #1033334

    Hey Angelo,

    Please try the following in Quick CSS under Enfold->General Styling to remove the padding from the testimonials on tablets:

    @media only screen and (max-width: 1024px) {
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0;
    }
    }

    Best regards,
    Rikard

    #1060070

    thanks! this treat can be closed!

    #1061398

    Hi,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘rasterrow on tablet etc.’ is closed to new replies.