Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #164438
    Jerome Dorsey
    Participant

    The website is located at https://buonospizza.com . The drop down sub menu under “Orders” is getting cut short on the left margin. Is there a way to increase cell padding? Thank you.

    Tom

    #164456
    Skandha
    Participant

    @tattoo-tom: I checked your site and the drop down menu seems to be displaying fine. Can you please elaborate your issue.

    Kind Regards,
    Skandha

    #164468
    Jerome Dorsey
    Participant

    When I mouse over “Order” The sub menu has the O in “Ocean Blvd.” cut in half. The W in “Willow St.” and the S in “San Pedro” are also cut in half . It renders the same in Chrome, Opera, and Internet Explorer. Please go to this screen capture for a visual example. Is there a way to center the text in the sub menu or increase the padding? Thank you.

    #164476
    Jerome Dorsey
    Participant

    The web site is running WordPress 5.0.3.

    #164548
    Skandha
    Participant

    @tattoo-tom: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic .main-navigation ul li:hover > ul, .navigation-classic .main-navigation ul li.focus > ul {
    	left:0;
    	right:auto;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #164582
    Jerome Dorsey
    Participant

    That did the trick!. The menu looks much better now. Thank you for your excellent advice.

    #164620
    Skandha
    Participant

    @tattoo-tom: Glad I could help you out. Have a great day! 🙂

    KInd Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sub menu drop down is "clipping" items’ is closed to new replies.