• Hello,

    My website it https://www.embed-news.com and I have removed the left sidebar on all pages and made the page width larger by using the CSS:

    #content {
    	float: left;
    	width: 500px;
    }
    
    .singlecol #content {
    	float: none;
    	width: 940px;
    }

    But I need to change the width back to the default for just the Home Page. What CSS will do that?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: MetroMag] Home Page Width’ is closed to new replies.