Tagged: x
-
AuthorPosts
-
April 14, 2016 at 3:19 am #881729
dogpileParticipantHi folks,
could you show me a way to change the position of the social-media-icons to the left and the logo (its actually html in the textbox) to the right in the topbar as shown in the picture?
Is there a way to control the output on mobile-devices?
The used theme is “renew”.Thank you so much!
April 14, 2016 at 7:32 am #882100
Paul RModeratorHi,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer.
.x-topbar .x-social-global { float: left; } .x-topbar .p-info { float: right; }With regards to mobile, yes there is way. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
Thanks
April 14, 2016 at 10:35 am #882452
dogpileParticipantThanks, that worked. The question is: is it possible to stack the logo on top of the icons in the mobile viewport?
Images attached.
ThnxApril 14, 2016 at 10:36 am #882454
dogpileParticipantHere is the before-picture
April 14, 2016 at 9:18 pm #883418
Rue NelModeratorHello There,
Please update the given css code using this instead:
@media(min-width: 980px){ .x-topbar .x-social-global { float: left; } .x-topbar .p-info { float: right; } } @media(max-width: 979px){ .x-topbar .p-info, .x-topbar .x-social-global { float: none; text-align: center; } }To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thank you.
April 14, 2016 at 10:52 pm #883537
dogpileParticipantThanks! That solved the issue.
April 15, 2016 at 4:54 am #884004
RadModeratorYou’re so much welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-881729 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
