Text Not Wrapping For Slider On Home Page

  • Thanks for the great opti theme!

    In the featured slides at the top of the home page, in viewing the page with an iPhone or iPad, the text does not wrap, but extends down the right side of the image, leaving a large grey space under the image.

    Can this be remedied?

    Second, can the slides be moved to a different location on the home page or removed?

    Thanks,

    Rob

    The blog I need help with is: (visible only to logged in users)

  • Hi Rob

    There’s no way to move the slider around unfortunately.

    You can hide the slider with some custom css however this will mean that some posts may not display in the correct place.

    The theme wasn’t designed to work in this way, so this is a bit hacky, but one way you could hide the featured content would be to set a really old post to be featured, and remove all the others. Then use css to hide the widget.

    The old post would still be displayed on the archive pages (where the featured content box doesn’t appear) and it wouldn’t disrupt the content on the homepage.

    The css needed to hide the featured area is:

    section#lead-story {
    display: none;
    }

    Regarding the display bug on tablets – I shall look into this and see if I can implement a fix.

  • Thanks always for your prompt responses, you are awesome!

    Rob

  • No worries.

    As an aside – I’ve since learnt that in the customizer > featured content section – there is an option to ‘Display tag content in all listings.’ which will display all featured posts in the recent posts section. So if you toggle that on it will make some of the above redundant. You can then just use the css to hide the featured content and not worry about the rest.

  • The topic ‘Text Not Wrapping For Slider On Home Page’ is closed to new replies.