Luxury Watch Edit Mobile View

Home Forums All Other Themes Luxury Watch Edit Mobile View

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

    How do I edit what people will see on mobile devices. I love the site I created with the Luxury watch pro theme. But on mobile it looks horrible. Someone please help my client is not happy with me. Is there an add on editor I should be using?
    http://mikesellssiliconvalley.com

    Note: It looks like on mobile the images/boxes for the 3 homepage boxes are in the way and not being responsive. Im also ok just removing them on mobile if thats an option.
    Bobby

    #41566
    RobertRobert
    Participant
    • Topics: 71
    • Replies: 90
    • Total: 161
    Member since: April 3, 2016

    Actually its the 4 Home Page Boxes built into the theme not 3.
    Bobby

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

    Hi Bobby,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:667px){
    .one_four_page.four_column {margin-top:10px;}
    }
    @media screen and (max-width:1169px) and (min-width:768px) { 
    .one_four_page.four_column {margin-top:-50px !important; height:145px !important; width:22.9% !important;}
    }

    Regards,
    Brad

    #41798
    RobertRobert
    Participant
    • Topics: 71
    • Replies: 90
    • Total: 161
    Member since: April 3, 2016

    Thanks, that fixed the mobile view. Is there a way to remove them from mobile if I decide to?
    Bobby

    #41890
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:767px){
    .one_four_page-wrap { display:none;}
    }

    Regards,
    Shri

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