Home › Forums › WordPress Themes – Premium › Circumference › How to extend the lenght of menu line › Reply To: How to extend the lenght of menu line
September 23, 2015 at 8:23 am
#16654
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