Before you ask please READ THIS

Image titles on mobile version of slider

in Rife Posts: 15
Hey! I'm using an album slider as my home page:
https://www.redwoodphotography.co.uk/

When I look at this page in a desktop browser, the title of the image (which in my case is the name of the artists) drops down over the image as part of the transition. Nice!

When I look at the same page in the mobile version however, instead of just showing the image title there's a little 'plus' sign that you have to click on in order to see the title. Most people wouldn't bother with that.

Is there any way to make the mobile version of this slider behave in the same way as the desktop version so that the image title is always displayed?

Thanks again for a great theme!

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    If titles were not hidden it could get really messy on small mobile screen. However, if you have your titles intact, then probably in your case it could be beneficial to not hide them :-)

    Please try such custom CSS:
    @media only screen and (max-width: 768px) {
    	.slide-caption h2.title,
    	.slide-caption .description{
    		display: block;
    	}
    	.texts-opener {
        		opacity: 0;
        		pointer-events: none;
    	}
    }
    Have a happy weekend!

    With kind regards.
  • Sorted! Mate, this is the best support I've ever had after buying a theme...Thank you!!!
  • AirAir
    Posts: 10,970
    Thanks for your kind opinion! Great, that we have solved it together so fast :-)

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!