Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #545018

    Hello,

    I’m trying to align the testimonial content to the center. on the desktop and tablet version it’s working perfectly fine, but on the smartphone it just looks weird.

    Thank you for your time

    #545281

    Hey Arthith!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #545287

    Nope didn’t work :/

    #545714

    Hi,

    I’m not sure I understand exactly what you are looking to do there, could you post a screenshot highlighting your intentions please?

    Thanks,
    Rikard

    #545816

    This is how it looks right now, aligned to left

    Right now it is aligned to the left, which I dont want

    This is how i want it to be
    How it should be

    • This reply was modified 8 years, 11 months ago by thatkidaathi.
    #545878

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .avia-testimonial-image { margin: auto !important; }
    .avia-testimonial-meta-mini { text-align: center !important; }
    }

    Regards,
    Yigit

    #545891

    awesome it’s working thank you :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Align content to center on smartphone’ is closed to new replies.