Conversation
supportHow can I make a two-column layout for the Related Posts and Related Doubled-Up (Related Posts in column on left and Related Doubled-up on right)?
You could add CSS like this: body html div.related_content { clear: none !important; float: left; width: 48%; } body html div.related_du_content { clear: none !important; float: right; width: 48%; } For Custom CSS you can use a plugin like Simple Custom CSS or you can add it to the stylesheet of your theme.
Thanks for the response. I tried that but it still didn’t work. Please see: https://learnhowtoquilt.com/project/crazy-log-cabin-curtains/ I even changed the theme with no luck.
Ouch, sorry, my mistake… html body div.related_content { clear: none !important; float: left; width: 48%; } html body div.related_du_content { clear: none !important; float: right; width: 48%; }
Worked beautifully, thanks.
You could add CSS like this: body html div.related_content { clear: none !important; float: left; width: 48%; } body html div.related_du_content { clear: none !important; float: right; width: 48%; } For Custom CSS you can use a plugin like Simple Custom CSS or you can add it to the stylesheet of your theme.
Thanks for the response. I tried that but it still didn’t work. Please see: https://learnhowtoquilt.com/project/crazy-log-cabin-curtains/ I even changed the theme with no luck.
Ouch, sorry, my mistake… html body div.related_content { clear: none !important; float: left; width: 48%; } html body div.related_du_content { clear: none !important; float: right; width: 48%; }
Worked beautifully, thanks.