Hi,

Great theme. Really well done. However, I need to be able to change the width of the right block column? I've been fiddling around with it, and can't seem to figure it out. Any help would be great. Thanks in advance. All the best.

Comments

Empiric’s picture

For example, to increase the width of right column for 5% you should do the following changes to style.css file:

style.css (line 266 for me):
1) .column-center{width:63.5%; /* because 68.5% - 5% = 63.5% */}

style.css (line 284 for me):
2) .column-right{width:31%; /* because 26%+5%=31%; */}

Empiric’s picture

Status: Active » Closed (works as designed)