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, 8 months ago by
Rachel Kamstra.
-
AuthorPosts
-
12/13/2016 at 4:45 pm #403509
Rachel Kamstra
ParticipantI’m updating our company profile page, but I think I might have some conflicting code between the website code and the Gridder code. All but the bottom line of profiles end up with white space in between them, like they are justifying across the width of the column (see attached picture) rather than aligning directly next to one another (like in this directory:http://www.mcpherson.edu/directory/).
If this might be something easy that I could fix with an “!important” tag or something else pretty simple, I’d be happy to fix it on my own. I just need to be pointed in the right direction.
-
This topic was modified 9 years, 8 months ago by
Rachel Kamstra.
Attachments:
You must be logged in to view attached files.12/14/2016 at 9:19 am #403569Steven Zahm
Keymaster@ Rachel
Looks like something is setting a max width. Unfortunately I can not tell you what. If you can share a link to your directory page, I’ll take a look and provide the CSS to correct.
12/14/2016 at 10:09 am #403582Rachel Kamstra
ParticipantThank you so much!
12/14/2016 at 10:41 am #403589Steven Zahm
Keymaster@ Rachel
Ok, it seems the theme is applying
text-align: justify;to thebody #maindiv. To override and set back to the default, add this to the theme’s custom CSS area:div#cn-list { text-align: initial; }Hope that helps!
12/14/2016 at 10:49 am #403591Rachel Kamstra
ParticipantPerfect, that was exactly what I needed!
Thank you, I could not find the CSS that was affecting it.
12/14/2016 at 11:12 am #403595Rachel Kamstra
ParticipantI ran across one more thing I would really appreciate your help with. Something is causing the images to have a lot of padding on the right side.
I’ve updated the page with a slight blue behind the section I’m indicating so you can see what I mean.
12/14/2016 at 11:27 am #403597Steven Zahm
Keymaster@ Rachel
Try adding this to the theme’s custom CSS area:
#cn-gridder .cn-list-body { letter-spacing: normal; word-spacing: normal; }I think that should fix it.
12/14/2016 at 11:28 am #403598Rachel Kamstra
ParticipantI just saw this in another post and was about to try it out. This was exactly the problem. Thank you again!!
-
This topic was modified 9 years, 8 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
