Tagged: x
-
AuthorPosts
-
October 9, 2016 at 12:16 pm #1209008
ignaciosantiagoParticipantHi,
Is it possible to hide content in mobile? Let me explain. I have, for example, a 3 column in https://frenchiemania.com/bulldog-frances, with 1 column an icon, another column a rating shortcode and a last column with another icon.
This is very nice from desktop, but in mobile view it shows first an icon, then the rating and the another icon (is doesnยดt make sense). I know that cornerstone lets me chosse the view in the “sections”, but not in the “columns”. It is possible to hide the icons from the mobile view?
Thanks
October 9, 2016 at 12:45 pm #1209020
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (max-width: 767px){ .page-id-72 #x-section-8 .cs-ta-left, .page-id-72 #x-section-8 .cs-ta-right { display: none; } }Hope it helps ๐
October 15, 2016 at 5:19 am #1217200
ignaciosantiagoParticipantThanks! And what happens when i want to add that section (icons+rating) in every post?
October 15, 2016 at 6:13 am #1217247
ThaiModeratorHi There,
In that case, please update the previous CSS to this:
@media (max-width: 767px){ .page-id-72 #x-section-8 .cs-ta-left, .page-id-72 #x-section-8 .cs-ta-right, .single-post .cs-ta-left, .single-post .cs-ta-right { display: none; } }Hope it helps ๐
October 15, 2016 at 8:42 am #1217317
ignaciosantiagoParticipantThanks! And in all pages?
October 15, 2016 at 9:50 am #1217353
ThaiModeratorTry this:
@media (max-width: 767px){ .page .cs-ta-left, .page .cs-ta-right, .single-post .cs-ta-left, .single-post .cs-ta-right { display: none; } }Regards!
October 15, 2016 at 10:03 am #1217363
ignaciosantiagoParticipantThanks again!!
October 15, 2016 at 10:21 am #1217378
ThaiModeratorYou’re most welcome ๐
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1209008 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
