Tagged: x
-
AuthorPosts
-
August 27, 2016 at 1:00 pm #1149814
arthurdupuyParticipantHello X,
Here is my website http://www.alveusclub.com/post-bac/ (password : arthure)
As you can see, the menu for mobile is completely on the right and it’s really difficult to read it. Have you got a solution for make it more centered ?
Futhermore, the “Essayez gratuitement / connexion” Is not yellow background (like laptop menu) .
Thanks for your help !!
August 27, 2016 at 1:01 pm #1149815
arthurdupuyParticipantThis reply has been marked as private.August 27, 2016 at 9:31 pm #1150116
RadModeratorHi there,
Thanks for posting in.
It’s because of this CSS,
@media (max-width: 979px){ .x-navbar { width: 100px !important; } }You shouldn’t add width. Instead, change it to this
@media (max-width: 979px){ .x-btn-navbar { float: right; position: relative; margin-top: -100px; } }And please your CSS to this for yellow hightlight.
.espace > a { background: #D6A800 !important; }Cheers!
August 28, 2016 at 4:41 am #1150327
arthurdupuyParticipantmany tks !!!
August 28, 2016 at 4:44 am #1150329
ChristopherModeratorYou’re welcome.
August 29, 2016 at 6:40 am #1151554
arthurdupuyParticipantHello Christopher,
Sorry to disturb again.
I would like some items floating on right or left of the navbar.
I’ve tried this kind of code but it doesn’t work :
.espace > a {
background: #D6A800;
float: right !important
}Thank you !
Arthur
August 29, 2016 at 7:02 am #1151576
Paul RModeratorHi Arthur,
Can you provide us an image on how exactly you would like your menu to look like.
Thanks
August 29, 2016 at 8:06 am #1151673
arthurdupuyParticipantYes sure !!
I’ve made two circles with same color (one is the actual place of the item, the second is where I would like to put the item)
I hope it’s annought clear !August 29, 2016 at 8:13 am #1151679
JoaoModeratorHi There,
Please add the following code in Appereance Customizer Custom CSS
.x-navbar .desktop .x-nav>li #menu-item-514 { padding-left: 50px; padding-right: 50px; }Hope that helps
Joao
August 29, 2016 at 9:43 am #1151827
arthurdupuyParticipantSorry but it doesn’t work…
Have you got something else ?
Thank you !
Arthur
August 29, 2016 at 10:05 am #1151862
JoaoModeratorHi Arthur,
Use this instead:
#menu-item-514 { padding-left: 80px; padding-right: 80px; }Hope that helps
Joao
August 29, 2016 at 11:23 am #1152008
arthurdupuyParticipantThanks Joao,
Impossible to have float option ?
Because, as you can see attached for a certain width of screen the last item is really bad…August 29, 2016 at 1:58 pm #1152213
JadeModeratorHi there,
Please add this code as well:
@media (max-width: 1100px) { #menu-item-514 { padding-left: 80px; padding-right: 52px; } }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1149814 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
