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 7 replies, 2 voices, and was last updated 9 years, 4 months ago by
David Devillard.
-
AuthorPosts
-
04/13/2017 at 10:00 am #419929
David Devillard
ParticipantHi,
I’d like to scroll up the bio and Notes infos just below the main info (see screenshot of the layout)because I don’t use a sidebar, I display photo in a bid size and i get a very important blank between these 2 blocks.
I’m not sure it can be done with css. I had a look int the card-single.php file, but I’m not a developper and I can’t find how to change this. I think it’s a matter of div but I can’t do it.
Can you help?David
04/13/2017 at 10:38 am #419947David Devillard
ParticipantHere is the screenshot
-
This reply was modified 9 years, 4 months ago by
David Devillard.
Attachments:
You must be logged in to view attached files.04/13/2017 at 11:07 am #419951Steven Zahm
Keymaster@ David
Are you talking about that little bit of whitespace before the bio and notes sections? If you are I think that looks rather good as it provides some eye relief by not clumping all the text together.
If that is the issue, if you can share a link to the directory page, I can take a look and give you some CSS to close that space up. The reason I need acces is because the theme might be adding the space so I need to see what is required to override the associated style.
04/13/2017 at 11:25 am #419956David Devillard
ParticipantSteven,
thanks for your quick reply.I was not clear. The screenshot is the result I want to have. For the moment, the whitespace is important because BIO and INFO are below the photo (see attachment screenshot2).
For the moment, I just use the regular Gridder single Entry template with photo displayed in a big size (300×400) which increases this white space.That’s why I think I can’t do it only with css and I think it’s a matter of php.
(Sorry I can’t give you access to the website because it is on client server with IP filter)
Attachments:
You must be logged in to view attached files.04/13/2017 at 11:59 am #419961Steven Zahm
Keymaster@ David
Ok, try adding this to the theme’s custom CSS area:
#cn-gridder div.cn-left + div.cn-clear, #cn-gridder div.cn-biography + div.cn-clear { clear: none; }Hope this helps!
04/13/2017 at 12:16 pm #419963David Devillard
ParticipantIt doesn’t work well. The info are displayed on 2 columns on the left of the photo.
It seems Biography and Notes are wrapped around the first div.
See screenshot3Attachments:
You must be logged in to view attached files.04/13/2017 at 1:41 pm #419968Steven Zahm
Keymaster@ David
Try this CSS instead:
#cn-gridder div.cn-left + div.cn-clear, #cn-gridder div.cn-biography + div.cn-clear { clear: none; } #cn-gridder .cn-left { float: none; } #cn-gridder .cn-right { margin-left: 20px; }04/14/2017 at 4:44 am #420002David Devillard
ParticipantPerfect!
Thanks for all Steven! -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
