Tagged: x
-
AuthorPosts
-
December 13, 2016 at 9:46 am #1291436
SkeeterHarrisParticipantHi,
I have found some help on this but what I am trying to do is have the Top Bar Content sit on the same line as the social media icons but to their left about with about 5px spacing. I found this CSS update but it’s not getting me all the way there.
The site is in development but you can see it here. http://bcb.5d4.myftpupload.com
The code I found elsewhere here is as follows:
.x-topbar p.p-info {
float: none !important;
margin: 0 auto;
display: block;
text-align: center;
}img.alignleft.wp-image-7557 {
float: none;
}Thanks!
December 13, 2016 at 10:06 am #1291475
SkeeterHarrisParticipantOh and I click save before I should have, Ideally I want to format this as reversed text so that the color selected for the text forms a box around it and the text itself appears white.
December 13, 2016 at 10:18 am #1291483
JadeModeratorHi there,
Please try this code:
.x-topbar-inner { position: relative; } .x-topbar .x-social-global { position: absolute; right: 0; } .x-topbar p.p-info { position: absolute; right: 120px; top: 15px; }Hope this helps.
December 13, 2016 at 10:38 am #1291504
SkeeterHarrisParticipantHey there!
yes it did! I tweeted the top offset down to 5px so it aligned better but awesome. Thank you so much. 🙂
December 13, 2016 at 11:26 am #1291559
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1291436 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
