- This topic has 8 replies, 2 voices, and was last updated 6 years, 3 months ago by
Tom.
-
AuthorPosts
-
September 9, 2016 at 4:27 am #225200
urs
Hi
Im using WP 4.6.1 + GP 1.2.89
how can i set the future image size zu full width + hight in posts?
thnaksSeptember 9, 2016 at 8:28 am #225236Tom
Lead DeveloperLead DeveloperBy default the image should show full width + height.
The sizing can be altered in “Customize > Blog > Post Image”.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 12, 2016 at 9:02 am #225846urs
Nope, it wan’t. I set Hight + width to 0 (zero)
but it shows still white space on left + right side. Both, Preview on Frontpage (Mansory) and Post itself.
Title above the image or below dos not mather..
Hmm..September 12, 2016 at 9:34 am #225854Tom
Lead DeveloperLead DeveloperNo need to set it to 0, just leave them empty.
Can you link me to a page where the full images aren’t showing up?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 13, 2016 at 1:17 pm #226175Tom
Lead DeveloperLead DeveloperIf you mean removing the white space around the image, you could try this:
.post-image { margin-left: -10px; margin-right: -10px; }
10px being your content padding value.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 14, 2016 at 11:41 pm #226533urs
yeah, this did the trick – thanks tom.
Simply used your awesone “simple css” plugin with this code. Now im compleatly satisfied.
Awseome support here.September 14, 2016 at 11:42 pm #226534Tom
Lead DeveloperLead DeveloperAwesome, glad I could help 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 16, 2016 at 12:45 pm #235761urs
im really sorry bothering you again. Im still in the process to figure the best layout for my blog.
Since i changed the old layout, where your CSS above was working, it is NOT working anymore now.I have changed from “2-cols 1-sidebar right side” to “3-cols, no sidebar”
As you can see, the futured have white space on lft an right side (15px).here my sandbox: http://www.sandbox.philippinen-blog.ch
How do i remove this 15px ?
thanks
UrsOctober 16, 2016 at 10:45 pm #235854Tom
Lead DeveloperLead DeveloperI’m not seeing the above CSS added anymore.
Alternatively, you can use PHP to figure out the negative margin needed: https://gist.github.com/generatepress/b252781fe296fe698b9e
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.