Home › Forums › All Other Themes › Luxury Watch Edit Mobile View
- This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
July 24, 2016 at 4:53 pm #41562
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.comNote: 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.
BobbyJuly 24, 2016 at 5:24 pm #41566Actually its the 4 Home Page Boxes built into the theme not 3.
BobbyJuly 25, 2016 at 12:57 pm #41659Hi 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,
BradJuly 26, 2016 at 3:20 pm #41798Thanks, that fixed the mobile view. Is there a way to remove them from mobile if I decide to?
BobbyJuly 27, 2016 at 9:36 am #41890Kindly 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 -
AuthorPosts
- You must be logged in to reply to this topic.