Home › Forums › Weaver Show Posts & Show Sliders › Show posts plugin number of columns
- This topic has 7 replies, 2 voices, and was last updated 3 years, 8 months ago by
cathy.
-
AuthorPosts
-
October 2, 2019 at 18:44 UTC - Views: 29 #61785
cathy
ParticipantHi,
Using the Show posts plugin with Weaver Xtreme Plus, I’m wondering if there is a way to get more than 3 columns wide. I’m currently using a slider here: https://skokiechamber.org/ for the sponsors (mid-page). It’s set to show 8 across. Client now wants to remove the slider function and show the sponsors all at once in multiple rows. So I tried changing the slider to show posts but I want to keep the spacing as it was with 8 across but the plugin only allows a max of 3. Is there a way around that, maybe using CSS?
Thanks,
Cathy
October 2, 2019 at 19:19 UTC - Views: 34 #61787scrambler
ModeratorWe can give you CSS to increase the number of column in the show post, but you need to clarify how many columns on small tablet and on phones, as 8 columns on phone would be unreadable.
You also need to give you a link to the page with the show posts in place set for three columns
October 2, 2019 at 20:16 UTC - Views: 35 #61788cathy
ParticipantI’m not worried about the mobile look because I already have coding in place to show a slider with only two across using the show_if device shortcode. This will be staying because it would be too many rows. So only the desktop version would need the 8 columns.
It would be the same link to the home page. I had tried it but took it out when it didn’t look good. Do you need me to put it in again to see something?
October 2, 2019 at 21:09 UTC - Views: 27 #61789scrambler
ModeratorYes I need the Show post set to three columns in place to be sure of the CSS
Or you can read the article below and come up with it yourself
https://guide.weavertheme.com/display-posts-in-more-than-3-columns/
October 2, 2019 at 21:19 UTC - Views: 17 #61790cathy
ParticipantOk, I’ll give a shot and see if I need more help. I’m hesitant to leave a change on their home page that’s going to look bad.
Thanks, Scrambler!
October 2, 2019 at 22:59 UTC - Views: 14 #61791cathy
ParticipantI got the logos the way I went but there is something odd. Below the first three rows, there should be text above the fourth row identifying that row as “Advertisers” that is missing even though I can see the code in View Source.
October 2, 2019 at 23:31 UTC - Views: 12 #61792scrambler
Moderatorit is there but floated inside the posts.
You need to add clear:both to your title so it clears the floated posts.
You can put it inline with the h4 tag
<h4 style="clear:both;"....
October 3, 2019 at 00:07 UTC - Views: 10 #61793cathy
ParticipantThanks! Worked.
-
AuthorPosts
- You must be logged in to reply to this topic.