home-page content collapsed
- The topic ‘home-page content collapsed’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I was wondering if there is the possibility to land in the homepage with the main content collapsed to the left and only the little white arrow showing, to open the content.
Basically I would like the home page to work the opposite: now it is opening with a slider in the background and a content, and there is the possibility to collapse the content to see only the slider; I would like to open with only the slider and the arrow to see the content…
I don’t know if the question was clear.. Thanks for your reply
The blog I need help with is: (visible only to logged in users)
Hi,
That is not possible unfortunately. You could use the Home page template, which has no content in the front just like our demo.
For more details check theme docs https://wordpress.com/theme/soho/support and let me know if you have any questions.
Thanks,
Edy
Hi Edy, thanks.
Another question, it it possible to change the width of main content area? And if so is it possible to do this only in certain pages, not everywhere?
Hi,
To increase the width of the content area you can add this css code
#wrapper {width:94%;}
To change it only for certain sections, you can use the class each page gets. Do so by checking your page in Chrome, right click and inspect. Look at the different classes the body gets, example
.page-id-200 #wrapper {width:94%;}
Let me know if you need more help.
Thanks,
Edy