View posts or pages without the Header or Sidebar on Left hand side?
- The topic ‘View posts or pages without the Header or Sidebar on Left hand side?’ is closed to new replies.
Need help? Check out our Support site, then
Before i dive further into this theme, please could you advise whether it is possible (with CSS or however) to view posts or pages WITHOUT the Left Hand side (LHS) Header area, or the (LHS) Sidebar, showing???
When reading texts (in the widescreen/desktop browser format), It seems v distracting to ‘start’ reading at the ~centre of screen .. and not from the LHS (or even centrally placed would be preferable to having the textual content shifted across – as it displays by default – to the right).
Can you help? As well as imagery I’d like to use substantial text content on posts or pages, is this customization possible with Portrait theme??
thanks.
The blog I need help with is: (visible only to logged in users)
Hi there
Do you just want this on single blog posts or every page on the site?
If it’s blog posts and pages then you could use the following custom css:
.single .masthead {
display: none;
}
.single .page-content {
width: 100%;
}
Thanks for quick reply! That looks v hopeful (yaa-a-ay), tho’ as a firsttimer CSSer, i need to explore a little to be sure ..
if i may, i’ll get back to you after defining any further issue with this.
No problem. Let me know how you get on :)