• Resolved Vad

    (@vadym1)


    Hi! @oceanwp

    Please tell
    how create full width (One Image)?
    Does not work.

    Posts Slider Settings / General – Style: One Image

    Plugin: Ocean Posts Slider
    Theme: Ocean WP
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Vad

    (@vadym1)

    Does not work full width (Posts Slider Settings / General – Style: One Image):

    <div class="oceanwp-post-list clr one container">
    	<div class="posts-slider clr slick-initialized slick-slider" data-slideshow="7000" data-number="">
    	</div>
    </div>

    Good work full width (Posts Slider Settings / General – Style: Three Images):

    <div class="oceanwp-post-list clr two">
    	<div class="posts-slider clr slick-initialized slick-slider" data-slideshow="7000" data-number="3">			
    	</div>
    </div>
    Plugin Author oceanwp

    (@oceanwp)

    Hello, add this css code:

    .oceanwp-post-list {
        width: 100%;
        max-width: 100%;
    }
    Thread Starter Vad

    (@vadym1)

    Thanks!

    Maybe, need add in slider Style “One Image Full Width”?

    Also, the slider on mobile devices looks bad…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Posts Slider – how create full width (One Image)’ is closed to new replies.