Tagged: x
-
AuthorPosts
-
March 26, 2016 at 10:22 pm #853892
Hi… I have created a mega menu on a website that I am developing.
However the sub-sum menu is too far right (See attached image) Can you
provide some coding that can adjust this ? I have searched the forum but nothing seems to work.
I appreciate your assistance.
Cheers
DebMarch 26, 2016 at 11:51 pm #853941Hey Deb,
Please add the code below in your Appearance > Customize > Custom > CSS.
.masthead-stacked .x-navbar .desktop .sub-menu .sub-menu { left: 75%; }
Hope that helps. 🙂
March 27, 2016 at 1:24 am #853985Hi … Thanks for your response…
The code didnt make any change.(See attached image)
I flushed all the page and browser caches.
I have turned off all plugins …Any other suggestions ?
March 27, 2016 at 1:44 am #854000Hello There,
Please update the code and make use of this instead:
.masthead-stacked .x-navbar .desktop .sub-menu .sub-menu { left: auto; right: 30%; }
Feel free to adjust the percentage as needed. Hope this helps.
March 27, 2016 at 2:33 am #854037Hi again..
Thanks very much …. My customiser doesn’t seem to be working in the CSS part.
But I installed a Child Theme and made changes in there and that has worked.I have attached another image …. Can you provide some code to increase the space inside the
sub-sub-menu so that the title doesn’t drop down to a second line ?
And is it possible to have that sub-sub-menu container a different colour so it doesnt get lost in so much blue ?Really appreciate your support and promptness of reply.
Cheers
DebMarch 27, 2016 at 2:47 am #854041Hey Deb,
Please check your CSS for syntax erros in your Customizer.
Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.
March 27, 2016 at 2:57 am #854043Ok … thanks very much for your support …much appreciated.
March 27, 2016 at 3:18 am #854052You’re welcome!
We’re glad we were able to help you out. -
AuthorPosts