Tagged: x
-
AuthorPosts
-
December 30, 2016 at 3:57 pm #1310313
powrider686ParticipantHey there,
On my site roadsidegallery.com, I’m trying to add some text to the top bar but when I do it pushes the social icons down and makes the topbar huge. I’d like to have the text in between the address and phone on the right and the social icons on the right.Here’s what I was using and the screenshot is how it turned out.
<p style=”color:white; text-align: center; vertical-align: middle; padding: 0px;”>Shop our Holiday Sale – 20% off your entire cart using coupon code Holiday!</p>
How might I get the address, phone, sale text and social icons all in the same row within the top bar?
Thanks for the help!
Marcus
December 30, 2016 at 7:31 pm #1310558
FriechModeratorHi Marcus,
Thanks for writing in! Please update your markup to this:
<span class="sale-text">Shop our Holiday Sale – 20% off your entire cart using coupon code Holiday!</span>Then add this on your custom CSS on Customizer.
@media (min-width: 768px) { .sale-text { position: absolute; left: 33%; color: white; font-size: large; } }Hope it helps, Cheers!
December 30, 2016 at 8:53 pm #1310613
powrider686ParticipantThat did the trick, thank you!
December 30, 2016 at 10:42 pm #1310679
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1310313 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
