• Resolved tirahwawas

    (@tirahwawas)


    Hi,

    Is there a way so the download manager can be look much more nicer in a mobile view? You can try opening the link above on your mobile, and you will see the sentence or name file are not responsive.

    Many thanks
    Tirah

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nayeem Hyder

    (@nriddhi)

    Hi,

    you can view List all downloads in tabular format in a page link. and use this shortcode. It will return you a responsive view.

    Thanks.

    Thread Starter tirahwawas

    (@tirahwawas)

    Hi,

    Thank you for your quick reply.
    I need to add the download link one by one on each emai address.
    Is there a way to make it responsive in the current format that I used?

    Thanks
    Tirah

    Plugin Support Nayeem Hyder

    (@nriddhi)

    your site has less width as expected. however, you can add this code in your Appearance > Theme Editor> Style.css, for looking your file title more clear.

    @media only screen and (min-width:25.625em) and (max-width:45.625em) { 
    .w3eden .card h3 {
        font-size: 8pt;
        line-height: 15px
    }
    }

    and don’t forget to press CTRL + F5 on your page for loading your CSS correctly.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile View’ is closed to new replies.