Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #124762
    readyforthebigday
    Participant

    Hi,

    I have customized the headings/titles located on the feature slider images. I know it’s long but first one always gets cuts off in the mobile version. Is there a way to make these words on the sliders responsive?

    http://www.readyforthebigday.com

    thanks

    #124779
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (max-width: 380px) {
    #feature-slider h2.entry-title span {
    	padding: 10px 10px;
    }
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #124798
    readyforthebigday
    Participant

    That seems to have worked. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘feature slider image titles’ is closed to new replies.