Page width issue
- The topic ‘Page width issue’ is closed to new replies.
Need help? Check out our Support site, then
To whom it concerns,
I am aware of previous posts by authors ‘businessavatar’ and ‘eco4drive’ but could you proivde confirmation on whether or not the images on the following page can be extended to occupy the full width of the page. http://kathrynkellys.com/ghostly-promises/
I have tried the ‘Full Width(No sidebar)’ option on the page format section but to no avail.
Thanks in advance,
Kathryn
The blog I need help with is: (visible only to logged in users)
Hi Kathryn,
If you’ve purchased the ‘Custom Design’ add-on, then you can expand the images with the following CSS:
.post-content {
width: 100%;
}
Thanks!
Hi otjeremy,
Thanks for the reply.
I have now upgraded to premium which allows me to edit the css.
I’ve been trying to find my way around it, but finding it a bit baffeling!
If you could give me a little more instruction on where and how i can add this css, .post-content {
width: 100%;
} to expand the image width, i would appreciate it. Is there one place i can add this, or does it have to be done each time i add a page or post? my computer stills are very basic.
Thanks in advance
Hi Kathryn,
The CSS I provided only needs to be entered once. You should find the correct place to enter it under Appearance > Customize > CSS. See here for reference: https://en.support.wordpress.com/custom-design/
Thanks!