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 #2985435
Featured slider - fixed height
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,


    may I ask, is there an option for the featured slider not to push other content down after it loads? For example to have some kind of fixed height/width container for it. The purpose is to get a higher CLS (Cumulative Layout Shift) score for google as this one things is driving the score down a lot. 


    thank you


    Peter

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (min-width: 1170px) {
        .featured-area.featured-style-1 {
            min-height: 527px;
        }
    }

    Regards,
    PenciDesign.