• I can’t figure out how to get this testimonials box to stretch to full width. I’ve tried every CSS snippet I can think of. Can anyone clue me in? Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi There,

    To make the testimonial full width, you need to change the name of the class of this

    <div class=”zerif_grid_col_3 zerif_grid_column_1 zerif_grid_first “>

    to

    <div class=”zerif_grid_col_12 zerif_grid_column_1 zerif_grid_first “>

    You need to search this class name in the code files.

    Let me know if you face any issues

    Regards
    Divdeep Singh

    Thread Starter maialee

    (@maialee)

    I couldn’t find it, but I added this (below) to the custom CSS and it did the trick. I’ll keep searching for that class name, but so happy that it looks okay from the front now. Thank you so much!

    .zerif_grid_col_3 {width: 100%}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Testimonials box on front page’ is closed to new replies.