Site logo

[Support request] Footer Widget side by side

Home Forums Support [Support request] Footer Widget side by side

Home Forums Support Footer Widget side by side

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

    Hello,

    I have 4 widgets in one of my sites. I want to display them 2 side by side, then the other 2 also side by side, but just in the mobil-version.

    I´m not able to do this. Could it be possible?

    Thanks
    Angel

    #1853673
    Elvin
    Staff
    Customer Support

    Hi Angel,

    Can you link us to the page in question? To check how the widgets are structured and provide a custom CSS writeup if necessary. 😀

    #1853717
    afuente26

    sorry, of course

    https://www.vis-ski.com

    #1853875
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (max-width: 768px) {
        .footer-widgets .inside-footer-widgets {
            flex-direction: row !important;
            flex-wrap: wrap;
        }
        .footer-widgets .inside-footer-widgets > div {
            flex: 1 1 50%;
            text-align: center;
        }
    }
    #1853903
    afuente26

    you are really great. thanks very much!!

    #1853971
    David
    Staff
    Customer Support

    Glad we could be of help!

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