Hi there.
Whereas menu items are entered on larger screens they are positioned too much to the right on my mobile screen. How do I center items (identically to larger screens)?
Thanks.
Hi there.
Whereas menu items are entered on larger screens they are positioned too much to the right on my mobile screen. How do I center items (identically to larger screens)?
Thanks.
Hello There,
Thanks for writing in! I have your site in smaller screen and I am seeing like the screenshot in the secure note. Do you want it to move the icons a little bit to the center?
Kindly let us know.
Hi there. Sorry for not explaining myself good enough. Please take a look at screenshot. I would like to move text towards the left and perhaps just a fraction upwards. Thanks.
Hi There,
Please add the my-menu-modal class to your menu modal:

After that add this custom CSS:
@media (max-width: 480px){
.my-menu-modal .x-menu .x-anchor .x-anchor-content {
padding: 0 !important;
}
}
Hope it helps 
Perfect ! Thanks.
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.