Home › Forums › WordPress Themes – Premium › Preferential › Code doesn’t show up when entered into CSS editor › Reply To: Code doesn’t show up when entered into CSS editor
February 8, 2016 at 8:50 am
#17008
Moderator
Hi there,
It seems your site given is on maintenance mode, so we are unable to see your issue.
As our understanding you seems to place your menu on extreme left and right of menu box, for this you need to overwrite bootstrap container width. To change it please add this css on child theme style.css file:
@media (min-width: 1200px) {
#pref-navbox .container {
width: 1365px;
}
}
If this doesn’t solve your issue, please explain us on detail with screen shot, so we can provide you appropriate solution as soon as possible.
Thanks