Home Forums WordPress Themes – Premium Preferential Code doesn’t show up when entered into CSS editor

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17007
    Ozzie Ozkay-Villa
    Participant

    Hi there,

    When I enter in any kind of code to the stylesheet editor, nothing shows up. For example, I’m trying to move the menus to the outer edges of the menu box. The the far right and for left. My site is http://www.PearSource.com

    I’ve built basic WordPress sites but this is my most complex one so go easy with me on the lingo 😉

    #17008
    Sushil Adhikari
    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

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