Sub menu alignment

Home Forums PicArt Sub menu alignment

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #200575
    Sebastien ReisSebastien Reis
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: December 19, 2017

    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

    #200585
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #200587
    Sebastien ReisSebastien Reis
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: December 19, 2017

    Hi 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?

    #200591
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #200593
    Sebastien ReisSebastien Reis
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: December 19, 2017

    ok so, simply, look at this screenshot
    https://ibb.co/nDwPrTC

    the 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

    #200594
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    We checked, Right now the menu is showing left-aligned.

    Regards,
    Dave

    #200595
    Sebastien ReisSebastien Reis
    Participant
    • Topics: 2
    • Replies: 5
    • Total: 7
    Member since: December 19, 2017

    right 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

    #200644
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Okay, Then kindly remove this CSS from style.css

    https://ibb.co/7GDh5QZ

    Regards,
    Dave

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.