This topic contains 2 replies, has 2 voices, and was last updated by vicki60 2 years, 11 months ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search bar alignment
This topic contains 2 replies, has 2 voices, and was last updated by vicki60 2 years, 11 months ago.
How can I get the search bar to align with telephone number so flows on the same line instead of underneath
Hi,
I was looking at the site a moment ago, but the position was changing all the time, I guess you are working on it currently.
If the plugin is still placed as the first item of the “container” div element, then this will place it between the logo and the items:
.container {
position: relative;
}
.container .asp_m_2 {
position: absolute;
width: 200px !important;
left: 300px;
top: -2px;;
}
..or giving it a bit less width, at the current position, and changing it to an inline-block, will move the logo to it’s original position:
.container .asp_m_2 {
display: inline-block !important;
width: 25% !important;
}
Best,sorted thanks: https://ggstage01.wpengine.com/
You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |