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

#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