Home Forums WordPress Themes – Premium Circumference How to extend the lenght of menu line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16653
    Alberto Robles
    Participant

    I´m using Circumference and I´ve change the typography size for the main text and it also change the menu text line size. Then it created a second menu line. How can I adjust my menu just in one line?. I see I do not have so much menu inputs to overcome the space available. Could you please help me to enlarge this space for menu line? You can see attached one example.
    Capturadepantalla2015-09-22alas10.07.16.png

    Attachments:
    You must be logged in to view attached files.
    #16654
    Binaya D
    Participant

    Hi Alberto Robles,

    Please use the following css to fix your issue:

    
    #cir-site-header .col-md-5 {
        width: 20%;
    }
    #cir-site-header .col-md-7 {
        width: 80%;
    }
    

    Note:Please use the custom css plugin or child theme to write the css.

    Thanks

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