Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #865488

    I’m working with a large image stretched to fill the screen using the Full Width Easy Slider. It’s a portrait of the artist with a title displayed to her right. As the page sizes down for mobile, the title breaks onto two lines which is great! At this size, the title is left aligned. But then as the screen gets even smaller, it goes back to one line and runs across her face. It seems to switch to being right aligned. I’ve played with @media styling to try and control it, but haven’t nailed it. Can you please help? I think the ideal would be if the title remains left aligned and on two lines for tablet and smaller. Then font size just adjusts slightly.

    #865626

    Hey Alexa,

    You have this in your child theme CSS:

    .slideshow_caption {
      padding: 40px 50px 50px 0px !important;
    }

    Try reducing the second value to 0 for mobile screens.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.