Egor Antonenkov
asked 10 years ago

Hello!
Here’s the main page of my site: http://raknadne.ru/
I have two questions:
1) How do I remove the left sidebar entirely, so my content will stick to the left side of the page?
2) How do I change the width of the post “boxes” on the main page? I like Double Grid but I want to make it a bit more narrow.
Thank you.

1 Answers
DominicStaff
answered 10 years ago

Hi,
1. To remove the sidebar in your site, you can add the following code to the style.css file: 

#sidebar { display: none; }
#main { padding: 50px 8px 10px 20px; }

2. I have checked your site, I think you have resolved this issue.
Hope this helps !

Egor Antonenkov
replied 10 years ago

Hi Dominic,Thank you, I’ve removed the sidebar.But post boxes on the main page are still quite wide. I know they are adaptive but is there any way to make them more narrow? My screen is 1280 pixels wide and currently my site fits only two Double Grid post boxes in a row when I run browser in fullscreen mode. Is it possible to make Double Grid post boxes more narrow so I could fit three of them in a row on my resolution?

Powered by DW Question & Answer Pro