Can I define the maximum width on Dyad 2

  • Unknown's avatar

    Is there a way to define how wide the internet side maximally can be opened on Dyad 2? I was “asking” google but could not find satisfying answer. Thanx for help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, this is a bit tricky but add this to the bottom of your custom CSS. It sets the max width of the site to 1100px. You can adjust those two instances in the code below as you desire.

    #page, .slick-slider, .site-header {
    	max-width: 1100px;
    	margin-left: auto;
    	margin-right: auto;
    }
    .site-banner {
    	max-width: 1100px;
    }
    .site-branding {
    	width: 35%;
    }
    .main-navigation {
    	width: 65%;
    }
  • The topic ‘Can I define the maximum width on Dyad 2’ is closed to new replies.