Problem Cuts On Style Pro

Home Forums All Other Themes Problem Cuts On Style Pro

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #125270
    Carlos Raez CamposCarlos Raez Campos
    Participant
    • Topics: 114
    • Replies: 94
    • Total: 208
    Member since: May 17, 2018

    I have this website

    and i want the last section make responsive

    The section is brands of cars “mercedes” “jaguar” “audi” “land Rover”

    http://antiqueva-cp5004.wordpresstemporal.com/autolavadoroma/

    thanks!!

    #125274
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30636
    • Total: 30636
    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:767px) {
    .provedores { display:block; margin:0 auto; height:auto;}
    .provedores img { margin-bottom:20px;}
    }

    Regards,
    Dave

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