SKT Strong Testimonials Alignment

Home Forums All Other Themes SKT Strong Testimonials Alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #72755
    Chris SwindellsChris Swindells
    Member
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: May 16, 2017

    Hi,

    I’m currently building a website using the SKT Strong theme.

    I would like to know how to centre align the testimonial image and text in mobile view, it is currently aligning slightly to the left.

    I’m not code savvy so a custom css fix would be appreciated.

    Here is a link to the current site homepage, testimonial section towards the bottom.

    http://www.businessvolunteers.co.uk

    Thanks

    Chris

    #72870
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .rota ul { margin-left:0 !important;}
    blockquote { margin-left:20px !important;}
    }

    Regards,
    Chris

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