• Resolved bhive313

    (@bhive313)


    Hello Youzify Developers..
    I am using the JoinUp there (purchased from themefores) that uses Youzify to provide feed/activity. It appears beautifully in large screen but in small screens / mobile, actiity elements are shrunk to fit in center of the screen and do not take full width. How can this be done, please help.

    • This topic was modified 3 years, 7 months ago by Jan Dembowski.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @bhive313,

    Thanks for using our plugin.

    Please share with us the link where the issue exists, so we can have a clear idea of the issue and help you to solve it ??

    Best Regards, KaineLabs Team.

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @bhive313,

    We will mark this topic as resolved due to inactivity!

    But don’t worry take your time whenever you replied back we will reset the status and we will get back to you ??

    Best Regards, KaineLabs Team.

    Thread Starter bhive313

    (@bhive313)

    The issue is when we view the website in mobile device.
    You can view the website here: above
    YOu will notice the photograph does not cover end to end in width.

    • This reply was modified 3 years, 7 months ago by Jan Dembowski.
    Thread Starter bhive313

    (@bhive313)

    You can check the link in my original message.

    Plugin Support Youzify

    (@kainelabsteam)

    Hi @bhive313,

    Thanks for your reply.

    I just check it on mobile and it looks like this ( check image below ), the styling is fine, some elements might look big a bit like avatars but that’s how it’s being styled by JoinUp Theme by default.

    https://pasteboard.co/JYzxAVX.png

    If that’s not what you are talking about please send me a screenshot with an arrow to the element you are talking about so I can help.

    Best Regards, KaineLabs Team.

    Thread Starter bhive313

    (@bhive313)

    Thanks for your response.
    Here is what I was hoping to achieve:

    https://pasteboard.co/JYCJ6Qp.png

    Just to compare, the way instagram shows its image. It occupies full width of the mobile device.

    Cheers.

    Plugin Support Youzify

    (@kainelabsteam)

    Hi @bhive313,

    Actually as this controlled by the theme it will be hard for us give a perfect solution, But here’s I give it a try, please try add this CSS below to your site:

    @media screen and ( max-width: 375px ) {
    div#youzify-bp {
        width: 108% !important;
        margin: 0 -20px !important;
    }
    #youzify .activity-content img {
    padding:0 !important;
    }
    }

    Let me know if this worked fine for you ??

    Best Regards, KaineLabs Team.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to provide full width to Activity Feed’ is closed to new replies.