• Resolved maedata

    (@maedata)


    After the update was applied full width no longer works, the sidebar items disappear but the sidebar remains.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Brian

    (@brianmiyaji)

    @maedata you’re right, thanks for letting us know! We’ll fix this in the next update. For now, you can add this code to the Custom CSS field under SportsPress > General Settings:

    @media screen and (min-width: 601px) {
    	.content-area-full-width {
    		width: 100%;
    	}
    }
    Thread Starter maedata

    (@maedata)

    Thanks, that worked great.
    We’re using the template for non-sports as it was the only them we found that meet a particular format requirement.

    However it would be nice if we could implement a second menu on the right side of the top bar. Is there a way to do this with a css plug.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘full width no longer works in latest update’ is closed to new replies.