Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #295893

    Hi team,

    I increased the font size for the full width slider headline and added a break between my two textlines (“Es geht um Gefühle. Wieder einmal.”). When I go on the website on my smartphone, the text would not be resized by the theme:

    http://ernestdichter.de/willkommen/

    Can you please help?

    Thanks and cheers,
    Jan :)

    #295894

    PS: This is my current text for the image headline:

    “<h1><span style=”color: #ffffff;”>ES GEHT UM GEFÜHLE.<br>WIEDER EINMAL.</span></h1>”

    #295938

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .slideshow_caption h1 { font-size: 20px; }}

    Regards,
    Yigit

    #295980

    Hi Yigit,

    great, thank you! But it still isn’t perfect. Can I add a space before the headline when it’s responsive so that the text will not be cut like now?

    http://ernestdichter.de/willkommen/

    Cheers,
    Jan

    #295987

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption { padding-bottom: 0; }}

    Regards,
    Yigit

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