• Hello and good day,

    I was looking for help on how to get my Give campaign plugin to display properly on a mobile device. I have tried to research the topic, but don’t really get the answer I need, so I decided to post here for assistance. Thanks!

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • I would recommend you ask this in the support forum of the plugin you are using: https://www.ads-software.com/support/plugin/give/

    Thread Starter qupid26

    (@qupid26)

    Hello,

    Yes, I did ask, but they directed me to use custom css and that is all. Nothing specific after that.

    Then the question would be what exactly do you want to customize on the mobile view? It looks pretty good to me:

    View post on imgur.com

    Thread Starter qupid26

    (@qupid26)

    What mobile web browser are you using? On my Chrome browser it is cut off, and when I inspect it with mobile view on my desktop, it shows the same way.

    https://drive.google.com/file/d/1Nnzu0GDhQ58G4UgDs-NzwJHO-NEERktI/view?usp=sharing

    I looked at it in Firefox. I can see your view in Chrome too. The reason for this is a URL that you spend in the middle of the page content. This is displayed in Chrome differently than in Firefox without line breaks.

    The simplest solution would be to remove this URL or replace it with a shorter link.

    Alternatively, you can set the more dynamic line break for all paragraphs via CSS:

    p { word-break: break-all; }
    Thread Starter qupid26

    (@qupid26)

    Thank you for identifying that for me, but I do not understand what you mean about the URL. I am not sure which URL is causing the issue. Is it an image url or an actual typed in text url. I just looked through and can’t seem to identify the problem.

    Thread Starter qupid26

    (@qupid26)

    Hello,

    So, I deleted the link, but it seems to still have an issue…

    There is a second link. Just scroll through the page down and look for long URLs.

    Thread Starter qupid26

    (@qupid26)

    Thank you so MUCH! I deleted them all and it finally showed up correctly! I don’t understand why the links would cause that issue, when they are shorter than the sentences in the paragraphs. Is there a way around that? Would it be putting this “p { word-break: break-all; }” above or below each one? Thanks again! Such a simple solution than css!

    The CSS code would be a solution for the entire website. You would store this under Appearance > Customizer > Additional CSS. But if you’re just careful not to include such long URLs in your site, that’s fine too.

    Thread Starter qupid26

    (@qupid26)

    Ok thanks! I will look into this in the future and keep link size in mind… Maybe adding the link embedded in text instead might be an option as well…

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Shortcode Mobile View’ is closed to new replies.