• Resolved panchan

    (@panchan)


    Im noob in coding thats why im relying on plugins. I have my onepress on childs theme too.

    I just downloaded this theme yesterday and I cant have the navigator menu and the content in max width.

    i tried codes like:

    body{
    max-width: 1080px;
    margin: 0 auto !important;
    float: none !important;
    }

    and

    /* Change menu/navbar padding: 2nd and 4th for horiz padding */
    .navbar .nav > li > a {
      padding: 5px 16px 5px 16px;
    /* and change font size in menu */
      font-size: 16px;
    }
    
    /* Change font size of first letters in menu */
    .navbar .nav > li > a:first-letter {
      font-size: 16px;
    }

    But nothing helps me. please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Can you show me your site url please ? I will take a look.

    Also you should apply for .site class instead of body tag.

    Thread Starter panchan

    (@panchan)

    thank you for responding my friend helped me and added

    #masthead .container {
    	max-width: 97% !important;
    }
    
    #content #content-inside {
    	max-width: 97% !important;
    }
    Thread Starter panchan

    (@panchan)

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Maximize Width of theme’ is closed to new replies.