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.
Tagged: 8.6.12, css, theme conflict
- This topic has 4 replies, 2 voices, and was last updated 8 years, 9 months ago by
Larger Media.
-
AuthorPosts
-
11/03/2017 at 8:21 am #439905
Larger Media
ParticipantHello,
My active template is cmap
Above the listings I have the search box with the magnifying glass icon at the right of it. The height of the actual search box is not as tall as the magnifying glass icon (PLEASE SEE SCREENSHOT ATTACHED).What css code should i add in order to fix this?
The required height for the search box should be 30pxIf this is fixable in a different way (without css code) its also fine, just let me know how to fix this, thank you!
Attachments:
You must be logged in to view attached files.11/03/2017 at 9:55 am #439908Steven Zahm
Keymaster@ Larger Media
When I come across this it is because the theme has a style which overrides the already very specific CSS I have set to try to prevent such occurrences. I can supply a CSS fix for you to add to the theme’s custom CSS area, but, to do so, I’ll need a link to your directory page so I can see how the theme is applying its style so I can develop a override for their override (its style warfare sometimes :D ).
11/04/2017 at 12:34 pm #440140Larger Media
ParticipantThis reply has been marked as private.11/04/2017 at 2:48 pm #440145Steven Zahm
Keymaster@ Larger Media
The theme is setting the min height of all submit inputs, globally, to 38px.
Add the following to the theme’s custom CSS area:
input#cn-search-submit { min-height: auto; }By adding it to the theme’s custom CSS there is no worries of it being lost during an upgrade. I’ve also added this to the Connections CSS so it’ll be included in the next update to help ensure no one else encounters this CSS conflict.
Hope that helps!
11/05/2017 at 2:37 am #440163Larger Media
ParticipantThanks Steven, it works!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
