Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by
Steven Zahm.
-
AuthorPosts
-
01/14/2019 at 3:00 am #481588
Paula Gust
ParticipantLooking at the vendors on the community page on mobile, the layout is not the best, screenshot attached. The business name should fall on one line opposed to two, and not break beside the image – how do i fix this?.
Attachments:
You must be logged in to view attached files.01/14/2019 at 9:47 am #481625Steven Zahm
Keymaster@ Paula
Add the following to the theme’s custom CSS area commonly found in the Customizer.
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { #cn-profile div.cn-entry span:first-of-type { float: none !important; } }
Alternatively, you could wait. I have included this tweak in the next update scheduled for this week.
04/29/2019 at 9:09 pm #490842Paula Gust
ParticipantHello – after updating the plugin, the images are no longer centered on mobile view – see attached screenshot… ? what css would I use to make this happen?
Attachments:
You must be logged in to view attached files.05/01/2019 at 10:50 am #491005Steven Zahm
Keymaster@ Paula
There have not actually been any style changes, especially to the Profile template in quite some time and definitely not in any of the recent updates.
You do have quite a few custom CSS rules, perhaps, one of those was recently tweaked which removed centering that you might have added???
Any way try this:
@media only screen and (max-width: 600px) { span.cn-image-style { display: block !important; } span.cn-image-style span { margin: 0 auto !important; text-align: center !important; display: block; } img.cn-image { margin: 0 !important; } } @media only screen and (min-device-width : 320px) and (max-device-width :480px) { #cn-profile div.cn-entry span:first-of-type { text-align: center; } }
You may or may not have to receive some you your existing CSS rules so these will be properly applied.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.