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.5.25, cMap, css, template, theme conflict
- This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago by
Brad Clark.
-
AuthorPosts
-
09/14/2016 at 7:01 am #391155
Brad Clark
ParticipantHi
I have just purchased cMap and the search bar half on the first line and half on the line below. I have attached an image or the site is http://fleurieubiz.com/membersCan you please help.
ThanksAttachments:
You must be logged in to view attached files.09/14/2016 at 9:25 am #391194Steven Zahm
Keymaster@ Brad
Generally this only ever occurs if the theme applies unusual default values to images globally.
Let me take a look…
Ok, the theme has a CSS media query which sets all submit buttons to 49px @ 100% width of its containing item. This is the CSS:
@media only screen and (min-width: 600px) textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select { min-height: 49px; max-width: 100%; min-width: 100%; }Since this is applied globally instead of limited to the theme’s submit button, it will likely cause other minor display glitches in other plugins too. Add the following to the theme’s custom CSS area and that should fix it up. I’m going to add this tweak to the next update too so it’ll fix any other theme’s that st the min/max widths globally to inputs.
#cn-list span input, #cn-list span input[type=text] { min-width: 0; max-width: 100%; }Hope that helps!
09/14/2016 at 8:35 pm #391411Brad Clark
ParticipantAwesome!
Thanks for your help. -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
