Tagged: x
-
AuthorPosts
-
April 2, 2016 at 10:29 pm #864260
hi…if i want the sidebar on http://kb.machupicchu.com/inca-trail-tours/inca-trail-experience-tour/ not to show for cellphone viewing (screen less than 667px wide), what is the CSS or way to hide the sidebar? Note: we want the sidebar to show for larger screens…thanks. c
April 3, 2016 at 6:25 am #864585Hi there,
Please add the following code in Customize -> Custom -> CSS :
@media (max-width:667px){ .x-sidebar{ display:none; } }
Hope it helps.
April 3, 2016 at 9:27 am #864701hi..thks for the reply. i applied the CSS but did NOT work. don’t know why. any advice? tks. c
April 3, 2016 at 10:01 pm #865277Hi There,
Upon checking again, you have added the sidebar in Cornerstone. Please use the following custom CSS instead:
@media (max-width:667px){ .sidebannercolumn{ display:none; } }
Hope this helps.
April 4, 2016 at 9:09 am #865966Hi…thanks for the reply. I did added in the customize CSS option (same place where we have many CSS elements). don’t understand the cornerstone comment.
again, i added the css code above to the CSS window in the CUSTOMIZE >> CUSTOM area. Is that the correct place? Still does not work.
thanks in advance for your help…c
April 4, 2016 at 1:12 pm #866341Hi there,
Please use this code instead:
@media (max-width: 667px) { .sidebannercolumn { display: none !important; } }
In case this doesn’t work, kindly provide us with your admin details in a private response. Thank you.
April 4, 2016 at 1:50 pm #866386you da man…it worked…thanks. c
April 4, 2016 at 10:09 pm #866987You’re most welcome!
-
AuthorPosts