Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #335940
    knudkp
    Participant

    At our site fleksjobbernetvaerket.dk I would like to make the ‘whole thing’ wider, (I mean more width where all the content are)  and I thought there was an option where I could set it.

    (Be aware the site is full of add’s unfortunatly)

    thanks

    #335945
    Sakin
    Keymaster


    @knudkp
    : There is no option to make the site wider. It’s designed like that. So, for that you need to add custom CSS like below in “Appearance => Customize => Additional CSS” box. In the following CSS, you need to adjust 1400px to the width that you want.

    @media screen and (min-width: 1366px) {
    	.site {
    		width: 1400px;
    		max-width: 94%
    	}
    	#feature-slider .cycle-slideshow {
    		max-width: 100%;
    	}
    	#feature-slider .cycle-slideshow img {
    		width: 100%;
    	}
    }

    Regards,
    Sakin

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