• Resolved katemgilbert

    (@katemgilbert)


    Something happened on my site and the post slider images are getting capped at 1280px for a max width rather than full width. I can see in the inspector that this is due to the following CSS for <div class="slide-content container clearfix"> from the theme’s style.css (which I have not edited):

    .container {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 0 2em;
    }

    What went wrong here and how can I get my slider back to full width?

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Poseidon.

    We do not know of any issues with the post slider. Can you send me the link to your website so I can take a look please?

    Your mentioned CSS code just centers the content of the slider (post title and meta) but does not limit the slider image, which should be fullscreen.

    The slider should look like https://preview.themezee.com/poseidon/

    Best,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘Post slider isn’t full width’ is closed to new replies.