- This topic has 7 replies, 2 voices, and was last updated 1 year, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
September 19, 2022 at 8:08 pm #200575
Hi,
I have a menu wth sub menu items, but in mobile display, sub menu items have margin left, and it’s quite impossible to do the differences between menu and submenus … is there anyway to make it more pretty and readeable?
Website : https://rs-photographie.fr
September 20, 2022 at 11:05 am #200585Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:1023px) { .sidr ul li ul li { padding-left:0;} .sidr ul li ul { background: #000; margin: 0 20px; border-radius: 10px;} }
Regards,
DaveSeptember 20, 2022 at 12:07 pm #200587Hi Dave, I recently found a solution for my problem … but I believed I saw an option for menu alignment one day on theme options but I don’t find it anymore. I saw other sites with this theme and there is not this problem. What could make this problem?
Is there options that visibility depends on others options?
September 20, 2022 at 6:47 pm #200591Hi,
Sorry, I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in https://imgbb.com/ and share the link here.
Regards,
DaveSeptember 20, 2022 at 7:01 pm #200593ok so, simply, look at this screenshot
https://ibb.co/nDwPrTCthe class “right” is added to “sidr-main” element, and I don’t know why. If I delete it manually, the menu is well displayed with left alignment
September 20, 2022 at 7:21 pm #200594Hi,
We checked, Right now the menu is showing left-aligned.
Regards,
DaveSeptember 20, 2022 at 7:30 pm #200595right because of my custom css but if there is on options (somewhere) that is bad filled, I would like to fix it instead of adding tons of css because of my settings mistakes
September 23, 2022 at 12:34 pm #200644Hi,
Okay, Then kindly remove this CSS from style.css
https://ibb.co/7GDh5QZ
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.