Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60524
    Karin
    Participant
    Premium Member

    Hi, I just created a page with a longer title. I added it to my menu as a sub item of another page. When I view the sub tabs on my home page there is a huge blank gap between the beginnen of the title and the end (see red arrow in picture). Is there any way to decrease the blank space area? This is just ugly lol

    #60534
    vako
    Keymaster
    WP Royal Team

    Hi Karin,

     

    Please share your website URL and we will check for possible solutions.

     

    Kind Regards

    #60566
    Karin
    Participant
    Premium Member
    This reply has been marked as private.
    #60582
    vako
    Keymaster
    WP Royal Team

    Hi Karin,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    #main-menu .sub-menu  {
    
    width: 450px !important;
    
    }

     

    Kind Regards

    #60631
    Karin
    Participant
    Premium Member

    Is there a way to keep the original width of the drop down sub menu and decrease the white space in between the lines? Meaning the two lines will just come closer together.

    This snippet creates more white space on other sub menu’s…

    #60649
    vako
    Keymaster
    WP Royal Team

    Hi Karin,

     

    Please try to use this CSS snippet:

    #main-menu .sub-menu > li > a, #mobile-menu .sub-menu > li {
    
    line-height: 2.5 !important;
    
    }

     

    Kind Regards

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