Comments SparkysDistribution started the conversationFebruary 17, 2021 at 9:19pmI created the homepage in elementor, and added the "Penci Featured Slider"I want it to show 3 posts per slide, and with the old theme it did. but since I updated it it shows the next slide as well. I need the slider to be fullwidth but only show 3 posts per slide. Can you help? 2,700PenciDesign repliedFebruary 18, 2021 at 1:50amHi,When you use Elementor to config the homepage, please select Template for that page is "Page Full Width" - check this image.And you can check more on this video tutorial to know how to config the homepage by using Elementor. It's more clear for you.Best Regards,PenciDesignSparkysDistribution repliedFebruary 18, 2021 at 1:29pmah, that fixed it. Thank you!SparkysDistribution repliedFebruary 18, 2021 at 2:11pmnow the next question. How can I get the two "small" posts to line up with the big post? If you look, you can see the bottom alignment is off 2,700PenciDesign repliedFebruary 18, 2021 at 3:15pmHi,Please try to add more this code to Customize > Custom CSS to adjust it: @media only screen and (min-width: 961px){ .penci-block-el.featured-style-6 .wrapper-item .penci-item-1, .featured-style-37 .penci-featured-items-left{ width: 67.1%; } .penci-block-el.featured-style-6 .wrapper-item .penci-item-mag, .featured-style-37 .penci-featured-items-left, .featured-style-37 .penci-featured-items-right{ width: 32.9%; } } Best Regards,PenciDesignSparkysDistribution repliedFebruary 22, 2021 at 1:47pmhi, thank you, for your reply. However that made it much worse. All I need is for the slider to show 3 posts, that are aligned with eachother. Keeping the spacing between them 2,700PenciDesign repliedFebruary 22, 2021 at 3:35pmHi,Ahh, sorry. Can you please try again with this code: @media only screen and (min-width: 961px){ .penci-block-el.featured-style-6 .wrapper-item .penci-item-mag, .featured-style-37 .penci-featured-items-left, .featured-style-37 .penci-featured-items-right{ width: 32.9%; } .penci-block-el.featured-style-6 .wrapper-item .penci-item-1, .featured-style-37 .penci-featured-items-left{ width: 67.1%; } } Best Regards,PenciDesignSparkysDistribution repliedFebruary 22, 2021 at 4:25pmPERFECT. Thank you! Sign in to reply ...
I created the homepage in elementor, and added the "Penci Featured Slider"
I want it to show 3 posts per slide, and with the old theme it did. but since I updated it it shows the next slide as well.
I need the slider to be fullwidth but only show 3 posts per slide. Can you help?
Hi,
When you use Elementor to config the homepage, please select Template for that page is "Page Full Width" - check this image.
And you can check more on this video tutorial to know how to config the homepage by using Elementor. It's more clear for you.
Best Regards,
PenciDesign
ah, that fixed it. Thank you!
now the next question. How can I get the two "small" posts to line up with the big post? If you look, you can see the bottom alignment is off
Hi,
Please try to add more this code to Customize > Custom CSS to adjust it:
Best Regards,
PenciDesign
hi,
thank you, for your reply. However that made it much worse.
All I need is for the slider to show 3 posts, that are aligned with eachother. Keeping the spacing between them
Hi,
Ahh, sorry. Can you please try again with this code:
Best Regards,
PenciDesign
PERFECT. Thank you!