Solar Energy | PRO Theme

Home Forums All Other Themes Solar Energy | PRO Theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104749
    Michelle CostaMichelle Costa
    Participant
    • Topics: 32
    • Replies: 52
    • Total: 84
    Member since: April 26, 2015

    Good day

    Please assist me with the following website – Solar Energy | PRO Theme

    http://www.fuzibrite-consulting.com/wp_fuzibrite_consulting/

    Here is the image link for reference: https://imgur.com/dHlSn1g

    Please assist me with fixing the display on the tablet & mobile to display responsively, currently its not displaying correctly.

    Here is the image link for reference: https://imgur.com/uF3c6iX

    Regards
    Michelle

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .boxpattern-1 { width:100%; margin-bottom:20px;}
    }
    
    @media screen and (min-width:768px) and (max-width:1023px) {
    .boxpattern-1 { width:33.333%;}
    }
    
    @media screen and (min-width:1024px) and (max-width:1169px) {
    .boxpattern-1 { width:25%; padding:0 15px 30px 15px !important;}
    }

    Regards,
    Dave

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