Tagged: x
-
AuthorPosts
-
September 13, 2016 at 1:03 am #1172559
Stanley TanParticipantHi, how can I stop the top bar text from moving into a new line? I’ve tried shortening the text but it didn’t work.
Here’s a sample url: http://new.selbys.net/signs/corflute-signs/
The weird thing here is… sometimes it’s ok (all in 1 line), sometimes it’s not and moves to a new line.
Any ideas?
September 13, 2016 at 3:28 am #1172687
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-topbar .p-info { min-width: 600px; }Hope that helps.
September 13, 2016 at 5:30 pm #1173914
Stanley TanParticipantThanks! That worked!
How about making our header area to be column-based? Like this website: http://www.ozmattress.com.au/
Right at the top they got:
Logo – Guarantee – Free Mattress – Delivery – Leave Message – Free CallSeptember 14, 2016 at 1:04 am #1174360
Paul RModeratorHi,
It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!
September 14, 2016 at 7:07 pm #1175635
Stanley TanParticipantYour previous reply:
‘.x-topbar .p-info {
min-width: 600px;
}’is not mobile responsive.
September 14, 2016 at 11:51 pm #1176060
RupokMemberHi there,
In that case you can update the code a bit:
@media only screen and (min-width: 768px) { .x-topbar .p-info { min-width: 600px; } }It won’t affect the mobile anymore.
Cheers!
September 25, 2016 at 10:56 pm #1190315
Stanley TanParticipantNice. I think that worked 🙂
September 25, 2016 at 10:57 pm #1190316
RupokMemberGlad 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-1172559 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
