Tagged: x
-
AuthorPosts
-
September 2, 2016 at 7:58 am #1158418
[email protected]ParticipantHello,
I have read through 4 different forums threads and have tried various CSS suggestions, my logo stays put. I want it moved a bit to the left.theartefact.com
Thanks,
KathySeptember 2, 2016 at 10:30 am #1158571
JoaoModeratorHi kathy,
Please add the following code and adjust according to your wishes.
.x-container.max { margin-left: 50px; }**Note the original position is aligned with your website.
Hope that helps,
Joao
September 5, 2016 at 3:01 am #1161287
[email protected]ParticipantThis reply has been marked as private.September 5, 2016 at 3:19 am #1161303
Rue NelModeratorHello There,
If you want to move the logo to the left, you might consider moving the menu to right as well. This will be how it gonna work. Simply add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .x-container.max.width { width: 96%; max-width: 100%; }Please let us know if this works out for you.
November 16, 2016 at 8:48 am #1259397
[email protected]ParticipantHello, I haved moved to ethos three trying this same code in my staging site and it is not working.
I want my logo in one line, logo to the left, it is wrapping.
November 16, 2016 at 10:13 am #1259518
ThaiModeratorHi There,
Please find this CSS under Customizer > Custom > Global CSS:
@media (max-width: 979px) { .x-btn-navbar { color: #333!important; } /*trying to get get logo left*/ .x-navbar .x-container.max.width { width: 96%; max-width: 100%; } }And change to this:
@media (max-width: 979px) { .x-btn-navbar { color: #333!important; } } /*trying to get get logo left*/ .x-navbar .x-container.max.width { width: 96%; max-width: 100%; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1158418 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
