Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2694690
Featured slider
Closed

Comments

  • SparkysDistribution started the conversation

    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?

  •  2,699
    PenciDesign replied

    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

  • SparkysDistribution replied

    ah, that fixed it. Thank you!

  • SparkysDistribution replied

    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

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • SparkysDistribution replied

    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

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • SparkysDistribution replied

    PERFECT. Thank you!