Tagged: x
-
AuthorPosts
-
October 29, 2016 at 5:24 am #1235747
mahmoud237ParticipantI added a text near logo with this code
.x-navbar-inner h1.visually-hidden { clip: auto; margin: 0; font-size: 25px; color: white; width: 190px; height: 35px; margin-left: 40px; margin-top: 11px; }I want to add a half to text that goes to the homepage … How can I do that ?
================================================
Also, I was adding a small append text near original text with this code but it disappears once using above code .. I want to make it back
jQuery(document).ready(function($) { $('.x-brand.text').append( "<small> Your ultimate solution for passing appraisal tests</small>" ); });October 29, 2016 at 5:27 am #1235749
mahmoud237ParticipantThis reply has been marked as private.October 29, 2016 at 5:39 am #1235760
ThaiModeratorHi There,
I corrected it with the following code:
jQuery(document).ready(function($) { $('.x-brand').append( "<small>Your ultimate solution for passing appraisal tests</small>" ); });And the CSS:
.x-brand small { font-size: 14px; display: block; margin: 8px 0; }Cheers!
October 29, 2016 at 8:03 am #1235846
mahmoud237ParticipantThanks but ” Appraisal Test ” Word still don’t herf to the homepage ?
October 29, 2016 at 8:27 am #1235857
ThaiModeratorHi There,
Please add the following CSS:
.x-brand { z-index: 9999; position: relative; }Hope it helps 🙂
October 29, 2016 at 8:50 am #1235864
mahmoud237Participantthanks a lot ….last thing , I want to change the menu layout to be stacked on smaller screens only … How I can do that ?
October 29, 2016 at 9:39 am #1235892
ThaiModeratorHi There,
Please add the following CSS:
@media (max-width: 979px){ a.x-brand.img { float: none; text-align: center; } a.x-btn-navbar { float: none !important; margin-left: auto; margin-right: auto; max-width: 30px; } }Regards!
October 29, 2016 at 10:35 am #1235938
mahmoud237Participantit worked …. Thanks for your help
October 29, 2016 at 12:16 pm #1236001
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1235747 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
