Tagged: x
-
AuthorPosts
-
August 29, 2016 at 8:05 am #1151671
knowmatesParticipantHi there,
I’m having problems getting the top bar responsive. The problem is that the p-info text is breaking on false positions (eg after the @symbol) and the responsivnes of the social icons is also not good. On different resolutions they break in the middle. Would be nice to have them in one row like for example on 545px width.
Could you help please?
August 29, 2016 at 8:05 am #1151672
knowmatesParticipantThis reply has been marked as private.August 29, 2016 at 8:30 am #1151697
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (max-width: 767px){ .x-topbar .x-social-global { clear: both; } } @media (max-width: 631px){ .x-topbar .p-info span, .x-topbar .p-info a { font-size: 12px !important; } } @media (max-width: 540px){ .x-topbar .p-info span, .x-topbar .p-info a { font-size: 10px !important; } } @media (max-width: 480px){ .x-topbar .p-info span, .x-topbar .p-info a { font-size: 8px !important; } }Hope it helps ๐
August 29, 2016 at 8:41 am #1151710
knowmatesParticipantHi there,
helped 90% ๐ please take a look at the social icons on 768 px width. Could assist one more time please?
Thank you.
August 29, 2016 at 9:04 am #1151740
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 820px){ .x-topbar .x-social-global { float: none; width: 100%; clear: both; text-align: center; } .x-topbar .p-info { float:none; text-align:center; } }Hope that helps
August 30, 2016 at 5:02 am #1153057
knowmatesParticipantthank you!
August 30, 2016 at 5:10 am #1153074
John EzraMemberYouโre most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1151671 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
