Community Forums › Forums › Design Tips and Tricks › Replace Property Search Widget with Aweber Sign Up Form- AgentPress
Tagged: Agentpress, Aweber, property search, widget
This topic contains 5 replies, has 2 voices, and was last updated by anitac 3 months, 3 weeks ago.
-
AuthorPosts
-
January 28, 2013 at 2:48 pm #15689
I would like to replace the property search widget on the home page with an Aweber sign up form. I added the form via the Aweber Mailing List plugin in the “Property Search” widget area, but there is a space above and to the left of the form that I cannot get ride of. How can I align this so the Aweber form fills the entire widget space? Thanks in advance!
My website: http://www.belowwwholesalehousing.com
-
This topic was modified 3 months, 3 weeks ago by
innowebmarketing.
-
This topic was modified 3 months, 3 weeks ago by
innowebmarketing.
January 28, 2013 at 3:04 pm #15704The space is 240px wide and your widget is larger than that. Can you reduce the aWeber code to 240px wide?
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsJanuary 28, 2013 at 3:24 pm #15718Ok I changed the width to 240px. There is still about a 20px space around the form and it’s now cut off at the bottom
January 28, 2013 at 3:34 pm #15721I was able to make adjustments to this code. Look for the .property-quick-search and modify as indicated below. Keep in mind that your widget will make the slider height too small. You will need to make the slider height larger in the slider settings.
.property-quick-search {
border: 10px solid #FFFFFF;
float: right;
max-height: 370px;
min-height: 310px;
overflow: hidden;
padding-top: 10px;
width: 270px;
}
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsJanuary 28, 2013 at 4:07 pm #15733Thank you for your help!!! That got me on a good start and it is now all lined up.
I changed the Aweber form to 280px wide and used the following code:
.property-quick-search {
border: 10px solid #FFFFFF;
float: right;
max-height: 300px;
min-height: 300px;
overflow: hidden;
}January 28, 2013 at 4:11 pm #15738You’re welcome!
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered posts -
This topic was modified 3 months, 3 weeks ago by
-
AuthorPosts
You must be logged in to reply to this topic.