Home › Forums › Pro Support › post layout
- This topic has 22 replies, 3 voices, and was last updated 2 years, 9 months ago by
elvin.
-
AuthorPosts
-
February 19, 2021 at 12:45 am #27023
John
Participantcan i do a layout like this on wp show posts?
February 19, 2021 at 12:52 am #27025John
Participantso yeah ideally what i want is 1 main post on the left with a bigger featured image and some excerpt underneaath then maybe 3 or 4 posts on the right
February 19, 2021 at 1:11 am #27027John
Participantis there a way to set the image size of the image on the featured post and also the image sizes for the remaining posts?
February 19, 2021 at 7:35 pm #27071John
Participanthttps://ibb.co/xJ8fFFm – here are some more examples of what i’m trying to accomplish
February 20, 2021 at 1:08 pm #27089Tom
KeymasterHi there,
This would require you to add two lists to the page with different settings. You would need the second list to use the “Offset” feature so it doesn’t display the post in the first list.
It’s not possible using one single list, unfortunately.
February 23, 2021 at 12:16 am #27212John
Participantok i’m happy to use 2 lists if that’s a work around?
here is a theme using the bit i want on “health”
https://themegrilldemos.com/colormag/
it seems weird i can’t do this with GPP and WPSP?
February 23, 2021 at 12:16 am #27214John
Participantcould i use it with the lightweight columns plugin also?
February 24, 2021 at 9:00 pm #27339elvin
ModeratorHi there,
could i use it with the lightweight columns plugin also?
LGC is deprecated. Use its successor, GenerateBlocks.
You can use GB’s Grid block set to 2 columns where the both columns contain WPSP lists with the right one having offset as Tom mentioned.
February 24, 2021 at 11:18 pm #27346John
Participantbut generateblocks is only for gutenberg isn’t it? i use the classic editor
February 24, 2021 at 11:36 pm #27348elvin
Moderatorbut generateblocks is only for gutenberg isn’t it? i use the classic editor
Ah right that’s true.
I’d recommend using Gutenberg as Classic editor is officially up for obsoletion by the end of this year.
But if you must use LGC, then you’re free to try although that plugin is deprecated as well. It’s pretty old so how it functions may be quite difficult to work with.
February 26, 2021 at 10:02 pm #27442John
Participantok i’ve sort of done it, is there a way to change the spacing between the title and the excerpt?
February 26, 2021 at 10:12 pm #27444John
Participantalso is it possible to change the width of one of the lists? i would like the one on the right like about 80% of what it is
February 28, 2021 at 10:04 pm #27497elvin
Moderatorok i’ve sort of done it, is there a way to change the spacing between the title and the excerpt?
Try this CSS:
#wpsp-1234 .wp-show-posts-entry-summary { margin-top: 20px; }
Replace
1234
in#wpsp-1234
with your target WPSP ID.also is it possible to change the width of one of the lists? i would like the one on the right like about 80% of what it is
You can do that with CSS:
Example:
#wpsp-1234{ width: 80%; }
Replace
1234
in#wpsp-1234
with your target WPSP ID.March 2, 2021 at 3:33 am #27554John
Participantok thanks i’ll give it a go
March 2, 2021 at 3:41 am #27556John
Participant#wpsp-1234 .wp-show-posts-entry-summary {
margin-top: 20px;
}This CSS doesn’t seem to work.
i tried changing it to 10 as well but that doesn’t do anything
i replaced the 1234 with the number of the list i was trying to change
-
AuthorPosts
- You must be logged in to reply to this topic.