Tagged: x
-
AuthorPosts
-
February 20, 2017 at 4:53 am #1377994
legalfabParticipantHi Theme X,
Would appreciate if you could assist in providing the necessary codes to hide sidebar on mobile. Cheers!
February 20, 2017 at 4:54 am #1377996
legalfabParticipantThis reply has been marked as private.February 20, 2017 at 5:20 am #1378016
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (max-width: 979px){ .page-id-521 #Sidebar { display: none; } }Hope it helps 🙂
February 21, 2017 at 1:12 am #1379365
legalfabParticipantHi, It doesnt seem to work for the about us page. In addition, I would like sidebar to be hidden on all pages that contains the #Sidebar. Thanks much!
February 21, 2017 at 3:21 am #1379470
ThaiModeratorHi There,
Please try with this CSS instead:
@media (max-width: 979px){ #Sidebar { display: none !important; } }Let us know how it goes!
February 21, 2017 at 3:22 am #1379471
Paul RModeratorHi,
In that case, you can change the code to this.
@media (max-width: 979px){ #Sidebar { display: none !important; } }Hope that helps.
February 21, 2017 at 10:27 am #1380026
legalfabParticipantDoesn’t work for some reason.
February 21, 2017 at 11:30 am #1380111
DarshanaModeratorHi there,
Your CSS won’t work correctly, when you have incorrect rules in your custom CSS area. Copy all of your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and check for errors (parsing errors). Newly added CSS won’t parse correctly until you fix those errors.
Thanks!
February 22, 2017 at 3:57 am #1381080
legalfabParticipantThanks Darshana. I am not sure how I should go about thereafter. Is there anyway to auto fix such CSS errors?
February 22, 2017 at 4:29 am #1381120
FriechModeratorHi There,
Maybe we could help you with that, if we can see your entire custom CSS. Right now your site is minified so we can’t check your custom CSS on Customizer. For now you can place the given code on top of your custom CSS.
Then clear your caching and optimizer plugins, so it will re-generate with the added code. Maybe you can deactivate the optimizer/minified plugin for a while so we can see your entire custom CSS.
Thanks.
February 22, 2017 at 5:22 am #1381158
legalfabParticipantThis reply has been marked as private.February 22, 2017 at 9:03 am #1381437
ThaiModeratorHi There,
Would you mind providing us with your admin account so we can take a closer look?
Thanks.
February 27, 2017 at 4:45 am #1387042
legalfabParticipantThis reply has been marked as private.February 27, 2017 at 4:55 am #1387047
ChristopherModeratorHi there,
Thanks for writing in!
Following code is invalid :
.widget_nav_menu ul li a:hover { : #82898f !important; }Following code requires closing brackets :
@media screen and (min-width: 960px){ .site .ubermenu-responsive-default.ubermenu { display: block!important; float: right;Please fix them.
Hope it helps.
February 27, 2017 at 9:55 am #1387403
legalfabParticipantThanks Chris!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1377994 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
