• Hello,

    How can I center my featured slider photo for the “why this blog post”? The picture is smaller than the container, so the picture is aligned to the side and leaves a white space to the right.

    Or is there a way to make the featured slider container smaller? My imagines are 1616×1080, but I think the slider is ideal for a size 1920×1152 image. The space on the right is just bothering me because the imagine is aligned to the left.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gjbesana

    (@gjbesana)

    And how do I reduce the space above and below my logo?

    Hi there @gjbesana,
    Thank you for using Olsen Light. I noticed your image sizes are not 1616×1080 but smaller (1024x700px). So you can either make the image larger via CSS
    by adding this

    .slick-slide img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    in your custom CSS box under Customize->Additional CSS or you can add this

    .slick-slide img {
        display: block;
        marginl:auto;
    }

    in your custom CSS box to center it.

    Add this also

    header {
        padding-top: 0px;
    }

    in your custom CSS box to reduce this spacing.

    Let me know if you need additional help on this.

    Thread Starter gjbesana

    (@gjbesana)

    Oh my gosh! Thank you so much. You are so helpful:) It worked! I opted out on making the image larger because it cuts off a lot of it.

    That’s great. Glad I could help. If you need additional help with anything, feel free to get in touch and I will be there for you within 24 hours.

    Also, we’d really appreciate if you could you take a minute and rate our theme/plugin at https://wordpress.org/support/view/theme-reviews/olsen-light. In order to provide a rating, you will need a WordPress.org account and it takes only a minute to create one by following this link https://login.wordpress.org/register

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Slider’ is closed to new replies.