Home Forums WordPress Themes – Premium Flat Responsive Width of Drop Down Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47421
    WebVision
    Participant

    Width of Drop Down Menu
    Where can you alter the width and text alignment of the drop down menu

    #47427
    Sushil Adhikari
    Moderator

    Hello VQP,
    if you are refering the demo site,you can add the folllowing CSS code inside your child theme’s style.css file or directly inside Additional CSS under Customizer;

    #menu-main ul.sub-menu {
        text-align: center;
        width: 150px;
       }

    Note:Please adjust width value as per your requirement either by increasing or decreasing the pixel size of the width. If you want to customize the text alignment you can consult https://www.w3schools.com/cssref/pr_text_text-align.asp
    Hopefully this works or else please provide the suitable image attachments of the changes you want to make.

    Thanks!

    #47717
    WebVision
    Participant

    Sushil
    I added in child theme and did not work… becpos.com as you will see
    Did not change width or alignment
    Thank You

    #47726
    Sushil Adhikari
    Moderator

    Dear Vqp,

    Could you provide screenshot of your issue, so we can provide you appropriate solution..

    Thanks

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