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 6 replies, 2 voices, and was last updated 8 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
04/21/2015 at 11:43 pm #332019
dominic loiacono
ParticipantHi I would like to have text (bio or notes or even custom text) span under the image.
Basically I would like to have something similar to a two column, two row table with the second row spanning both columns. Name and social media etc on (row 1 column 1) , image floating right (row 1 column 2) and under these the bio and notes (row 2 columns 1 and 2).
Thanks
dom
04/22/2015 at 9:25 am #332060Steven Zahm
Keymaster@ dominic
I assume you you when viewing a single entry (the profile page) right???
Try this CSS:
#cn-circled .cn-entry-single .cn-list-row, #cn-circled .cn-entry-single .cn-list-row-alternate { width: 100% !important } #cn-circled .cn-entry-single .cn-circled-thumb { position: relative !important; }
I think I like this tweak, so I’ll be adding it to Circled.
04/22/2015 at 11:06 am #332069dominic loiacono
Participantyes it was the single profile page.
the code accomplished what I was asking, but now there is a huge space between the the the social media and notes.
What I believe is happening is that the notes are being forced below the image rather than wrapping around the image. I will send you a screen shot in a private message.
dom
04/22/2015 at 11:12 am #332070dominic loiacono
ParticipantThis reply has been marked as private.04/22/2015 at 12:24 pm #332073Steven Zahm
Keymaster@ dominic
Try this:
#cn-circled .cn-entry-single .cn-left { float: none !important; } #cn-circled .cn-entry-single .cn-left h2, #cn-circled .cn-entry-single h3, #cn-circled .cn-entry-single h4 { clear: none !important; margin-top: 0 !important; } #cn-circled .cn-entry-single .cn-clear { clear: none !important; }
04/22/2015 at 9:41 pm #332124dominic loiacono
ParticipantWorked great. I just added more margin to the bottom of the image so text has more space around it.
#cn-circled .cn-right { MARGIN-BOTTOM: 15PX; }
thanks again
Dom
04/23/2015 at 8:08 am #332145Steven Zahm
Keymaster@ dominic
No problem! I’ve added these display tweaks to the template too because it does look a bit better.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.