table in mobile

Home Forums All Other Themes table in mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37829
    richardrichard
    Member
    • Topics: 4
    • Replies: 8
    • Total: 12
    Member since: December 23, 2015

    Hi,

    I ‘ve made a page Prijzenonderzoek Fitnesscentra Schiedam.

    And i don’t like the mobile version very much.
    On my iphone it’s working but i’ve to change screensize continu during reading.
    The table on this page is nice on laptop, but in mobile not so.

    Is there any plugin witch work well with this theme?
    Or mabey you have another solution for this problem?

    Thank you for help,

    Kind regards,

    Richard

    #37853
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Richard,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:767px) {
    .entry-content table, .comment-body table { width:100% !important;}
    .entry-content table td, .entry-content table th, .comment-body table td, .comment-body table th { padding:20px 2px !important;}
    .entry-content td h4, .entry-content table td, .entry-content td h5 { font-size:13px !important; margin-bottom:0 !important; padding:0 !important;}
    }

    Regards,
    Brad

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