Jjpme226Nov 6, 2018
sorry if this is stupid, but is there a way to make the standard sidebar a bit wider? Would love the right sidebar to be more like 33% width?
1 reply · opened Nov 6, 2018
sorry if this is stupid, but is there a way to make the standard sidebar a bit wider? Would love the right sidebar to be more like 33% width?
Hello,
The Default CSS for the Sidebar and Post Content is:
.sidebar { width: 22%; }
.postcontent { width: 74%; }This also includes a Margin of 4%. So if you would like the Sidebar to be 33%, then the New CSS will be:
.sidebar { width: 33%; }
.postcontent { width: 63%; }This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard