• Resolved tassos

    (@tassos)


    Hi there

    I have tried to find an answer in the forums and your support page but could not. ON the sample page provided I use the categories option as it is the easiest to add multiply pdf files. The problem is that the table created is not mobile friendly. I thought that in our days any plugin will be responsive by default. Am I missing something something?

    I do use the free version and maybe that is the issue? Thanks for any response guidance.

    Regards

    Tassos

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iberezansky

    (@iberezansky)

    Hi,

    No, the plugin does not use mobile layout, but you can use css to define it in way you need. Maybe we will add this later.

    Thread Starter tassos

    (@tassos)

    I have figured it out and it is not that hard so not sure why you do nto have the coded simply added to the plugin.

    Anyway for anyone else that maybe interested and can not figure it out the code used to make it mobile responsive is below. If you do not want it to interfer with your layout (pending on your theme) just added in the same page with your code.

    <style type="text/css">
    /*General >> Appearance >> Layout : Side paddings*/
    @media screen and (max-width: 768px) {
    	
    .content table, .content td, .content th {
    display: flex !important;
    flex-wrap: wrap !important;
        margin-right: 15px;
        margin-left: 15px;
    }
    }
    </style>

    Hope it helps.

    Tassos

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Categories and mobile layout’ is closed to new replies.