• Resolved saprotsenko

    (@saprotsenko)


    Hi there,

    This is a feature request in general, and also a request for help currently.

    1) Is it possible please to add a corner radius to the slider? How could we do this currently?

    2) The font and text is not fully responsive. For example is we have font size 70 on desktop, it doesn’t work well on mobile – breaks up the words, the line height is off. It would be great to have the ability to set font size based on breakpoints.

    2a) How could we set the line height for the headings of the slider?

    Thanks!
    A

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eedee

    (@eedee)

    Hey @saprotsenko,

    that is all css questions. Maybe we will include some UI in the future to change things you mention. But you can do it with css:

    1)

    .wp-block-eedee-block-gutenslider {
      border-radius: 10px;
    }

    2)
    Also here you would have to write media queries in css that fit your needs. Gutenslider is like a wrapper to other blocks and we will not include settings to make all other blocks you can add responsive. But I bet you can find a block you can wrap your headings in to achieve responsiveness

    Plugin Author eedee

    (@eedee)

    just researched some minutes. and we did not find a responsive wrapper block yet. so css would be the only way to go for 2

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slider Corner Radius + Responsive Font’ is closed to new replies.