Luxcery Watch Pro Grahics Issuues

Home Forums All Other Themes Luxcery Watch Pro Grahics Issuues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101824
    RobertRobert
    Participant
    • Topics: 71
    • Replies: 90
    • Total: 161
    Member since: April 3, 2016

    Can I make sure the banner and slider as well as title resizes to match the site during responsive width.

    And can I turn OFF the 4 featured boxes on mobile?

    Site here:
    http://88d.306.myftpupload.com/

    Please check it on tablets and phone.

    Bobby

    #101912
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    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) {
    .one_four_page.four_column { display:none;}
    }
    
    @media screen and (min-width:768px) and (max-width:1023px) {
    .one_four_page.four_column { height:auto; width:22.70%;}
    .one_four_page.four_column a img { min-height:inherit !important;}
    }

    Regards,
    Dave

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