How to make TESTIMONIALS appear in a FULL WIDTH PAGE

Home Forums Legacy Support Support queries How-to & Troubleshooting How to make TESTIMONIALS appear in a FULL WIDTH PAGE

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35550
    vgnavada
    Spectator
    Hello, Kindly let me know, How do I make the testimonials appear in a FULL WIDTH page. I don't want the sidebars and other things to appear. Thanks in advance!
    #35553
    vgnavada
    Spectator
    Kindly ignore the attachments. Some wrong screenshot got attached. Sorry for the trouble. Please assist me on how to make the testimonials appear in a FULL WIDTH page
    #35707
    H.K. Latiyan
    Participant
    Please use this css in your wp-admin->appearance->customize->custom css:
    .single-testimonials section#content .col-md-3.col-sm-3{
    display:none;
    }
    .single-testimonials section#content .col-md-9.col-sm-8 {
    width:100%;
    }
    #35710
    vgnavada
    Spectator
    Hi, I did as directed. It worked out for me. Thank you!
    #35719
    H.K. Latiyan
    Participant
    Thanks for confirming, so marking the topic as resolved and closing the topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to make TESTIMONIALS appear in a FULL WIDTH PAGE’ is closed to new replies.