• Resolved danniee

    (@danniee)


    Hi!

    I’m trying to figure out how to make buttons appear on a new line in media view (mobile).

    The table is made out of 10 rows with 3 columns each – thumbnail, text and css buttons. In desktop view all 3 rows appear in one row, but it doesnt look well in mobile view hence I want to move the buttons to a new line in media mode.

    In column 3 for the buttons the code looks like this:

    < a class=”buttonreview” href=”link”>REVIEW < a class=”button” href=”link”>VISIT</ a>

    and for now my solution in css is to hide the buttons instead with:

    /* hide column 3 on table 1 when mobile */
    @media (max-width: 736px) {

    .tablepress-id-1 .column-3 {
    display: none;
    }
    }

    Do you know of a way to solve this? I tried to learn from google and tried severa suggestions but failed.

    Thank you for the best plugin!

    • This topic was modified 6 years, 9 months ago by danniee.
    • This topic was modified 6 years, 9 months ago by danniee.
    • This topic was modified 6 years, 9 months ago by danniee.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter danniee

    (@danniee)

    Hi Tobias,

    Thank you for the reply. Is there some way I can send you the link in private?

    Thank you

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, please send it via email then. The address is in the main plugin file “tablepress.php”.

    Regards,
    Tobias

    Thread Starter danniee

    (@danniee)

    Ok, sent it ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks! I have made a suggestion as a reply to your email ??

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Line break in media view?’ is closed to new replies.