• Resolved schnittverhext

    (@schnittverhext)


    Hello dear team,

    I use the columns in a project to use social media buttons. It looks great in the desktop view, but in the mobile view, the social media buttons are displayed one below the other.
    Is there a way to display them side by side?

    best regards
    Lina

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hi there,
    different way to work with this…
    1) if you have EditorsKit plugin installed and enabled, you can hide this icons on mobile and create a new set of icons (not inside columns) to show only on mobile (so hidden on desktop)
    2) you can add a additional CSS class on the block of the columns of this icons, and then we can play with CSS to avoid this to be stacked on mobile

    If you need further help for 2), please let me know

    Thread Starter schnittverhext

    (@schnittverhext)

    Hello and thanks for the answer,

    yes, I would like to use the 2nd solution, because I don’t know how it works with the first solution, other than having to insert a code. That would be a lot of work for all columns I think.

    I look forward to reading from you.

    Theme Author YITHEMES

    (@yithemes)

    Hi again.
    Select the columns block (the one containing all the columns) and add a class to it like this:
    https://prnt.sc/xlcisl
    Then add this additional CSS to your site:

    @media (max-width: 599px) {
        .mobile-side-by-side .wp-block-column {
            flex-basis: auto !important;
        }
    }
    Thread Starter schnittverhext

    (@schnittverhext)

    Hello and thank you <3

    That helped me alot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pictures in columns next to each other in a mobile view, instead of one below th’ is closed to new replies.