• I am using the onetone lite theme with homepage slider. the problem is that I used the same sizes as the example images but when on a full width screen, the images don’t fit and sit over to the left of the screen.

    There is also an enormous white section below the slider when on a mobile (Android).

    Is there anything I can do to fix this? I have used slider image size: 1400px x 406px (taken from the original slider images)

    site is: gowebgomobile.com

    Quick fix: slider size (inspect element): 1660px. I created a 1660px background for the 1400 px slider images.

    I’d really prefer to make it fit the full width screen.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • add this to style.css:

    section.homepage-slider img {
    		width:100%;
    	}

    is there any way to adding fade transition between the images in the slider

    On the mobile view. the slider is too big and other sections as well. They dont resize. Either they are too big or their content is divided into so many lines. is there any way to deal with this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problems with slider on full width screen’ is closed to new replies.