Increase Menu Width

Discussion in 'Woodpecker WordPress Business Theme' started by rgonzalez9332, Aug 19, 2016.

Thread Status:
Not open for further replies.
  1. rgonzalez9332

    rgonzalez9332 New Member

    Joined:
    Aug 9, 2016
    Messages:
    11
    Likes Received:
    0
    Hi,

    My menu is has wrapped to a 2nd row due to too many tabs. How can I increase the width of the menu in order to get everything on one row?


    Thank you
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .nav-wrapper ul {
        margin-left: -55px;
        width: 1263px;
    }

    Note:
    Change the numeric value as per your requirement...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. rgonzalez9332

    rgonzalez9332 New Member

    Joined:
    Aug 9, 2016
    Messages:
    11
    Likes Received:
    0
    That worked great! Thank you
     
  4. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page