Rosalie theme

  • Unknown's avatar

    Can the featured content box be larger than 1140 pixels x 500?

    need help with glitterslikegold.co

    thanks!

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

  • Unknown's avatar

    Hi, add the following to the very bottom of your custom CSS and see what you think.

    @media screen and (min-width: 1200px) {
    	.featured-content .container {
    		width: 100%;
    	}
    }
    @media screen and (min-width: 992px) {
    	.featured-content .container {
    		width: 100%;
    	}
    }
    @media screen and (min-width: 768px) {
    	.featured-content .container {
    		width: 100%;
    	}
    }
    @media screen and (min-width: 576px) {
    	.featured-content .container {
    		width: 100%;
    	}
    }
  • The topic ‘Rosalie theme’ is closed to new replies.