Yoko theme; getting the primary and secondary right hand columns to be the same.
-
Hi there! I am seeking assistance in how to make my two right hand columns the same width. I want to keep the overall width they are combined but need to equalise them.
I used this CSS code from a previous query but it has not seemed to help me:
#secondary {
margin-left: 3.054%;
width: 21.275%;
}#tertiary {
width: 17.775%;
}#main {
width: 79.59%;
}Please assist.
Thank you, RosemaryThe blog I need help with is: (visible only to logged in users)
-
Hi, let me try to help you again :)
#main{ width: 79.59%; } #content{ width: 68.125%; } #secondary{ width: 22.275%; } #tertiary{ width: 17.775%; } -
Anyway, it should be like this after all css are applied https://cloudup.com/i0nu25zqtE0
- The topic ‘Yoko theme; getting the primary and secondary right hand columns to be the same.’ is closed to new replies.