Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #459529

    HI there
    the farbsections on my website seem not to be responsive (look at the title of the startpage for example). Pls see login details below to have a look – thanks for your help

    #459864

    Hey flippingrocks!

    The text you have added is too large to fit on small screens, please try to make it smaller on smartphone. Add this to Quick CSS:

    @media only screen and (max-width: 767px) {
    .page-id-9 .avia-builder-el-2 h1.av-special-heading-tag {
    font-size: 55px !important;
    }
    }

    Cheers!
    Rikard

    • This reply was modified 9 years, 5 months ago by Rikard.
    #489914

    Hi Rikard,
    your css doesn`t do antyhting – the start page still is not responsive.
    Could you pls. have a look.

    Thanks

    #490551

    Hi,

    The CSS is working fine, I can see it on your page. Try to decrease the value 55 until it fits. The word Südschwarzwald is just to long and too big to fit on small screens.

    Regards,
    Rikard

    #490600

    Hi Rikard,
    thanks for your help.
    True, if I adjust the value 55 to 40 it looks good on smartphone.
    Still the background-image (fallback image) does not resize – or is there a specific measure for the fall back image.
    Thanks

    #491259

    Hi,

    It does resize but the background is set to cover the container it’s in to never leave any space not covered. It might not look as nice as on a desktop screen since the ratio is different (most desktop screens are landscape like the image you are using and when using a smartphone most people use it in portrait mode which has the opposite aspect ratio). Not sure if I’ve understood you correctly though, please get back to us if you still think something is wrong with your farb section.

    Thanks,
    Rikard

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