Tagged: x
-
AuthorPosts
-
October 8, 2016 at 3:56 pm #1208223
Peter CParticipantHi,
I’d like my logo to be next to my navigation and have the logo and Nav centered in the header area. (Like http://apple.com) How could I do this with CSS?
Site: http://develophealth.com
Thanks!
October 9, 2016 at 1:31 am #1208521
Rue NelModeratorHello There,
Thanks for writing in! Do you want something like this, http://prntscr.com/crl5b6? If that is the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .x-container.max.width { width: auto !important; max-width: 600px !important; }We would loved to know if this has work for you. Thank you.
October 13, 2016 at 2:57 pm #1215205
Peter CParticipantThat kind of works… On mobile size screens the logo and nav have no padding on the edge of the browser window… Is there a way to center logo and nav and keep the width at say 93%???
Thanks!
Peter
October 13, 2016 at 8:11 pm #1215533
FriechModeratorHi Peter,
Please update the code to this:
@media (min-width: 980px) { .x-navbar .x-container.max.width { width: auto !important; max-width: 600px; } } @media (max-width: 979px) { .x-navbar .x-container.max.width { max-width: 25%; } }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1208223 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
