Forum Replies Created
-
AuthorPosts
-
fred79Member
For real! Great find, Dave!
fred79MemberDave,
Thank you so much. That is the smoking gun! I had a developer make the Terms and Conditions page open in a pop-up box but that should only have been on this page: http://www.commercialtruckinsurancehq.com/easy-quote-form
I'll have to find out why that code is showing up on every page.
I really appreciate you finding that, Dave!
fred79MemberThanks for answering, Anitac!
I did check that, and the timezone and date settings are all correct.
The odd thing is that the same date shows up in the google search results across many different pages.
Another odd thing is that these are pages and not posts, so I'm perplexed as to why Google is putting a date, and how they are determining the date.
By having an old date show up in the search results, I think that may be hurting my click through rates.
Any other ideas on why this is happening?
fred79MemberRobin and Lauren,
Thank you so much for taking a look and responding! I think the problem was that my cache was not cleared and the page was rendering an older version. This morning everything was magically correct!
I did have one other question that I haven't been able to figure out. I would like to remove all the white space between the columns and the white space on all the margins so that the image is directly next to the form and that both take up the whole space.
If anyone has any clues, I'd love to hear 🙂
Thanks!
Fred
fred79MemberFor some weird reason, the columns aren't lining up now. The form is directly underneath the image. Yikes!
I've taken this off my homepage for now, But you can see what I'm talking about here: http://www.commercialtruckquotes.com/homepage/
Here's the HTML that I thought would work, but isnt:
<div class="two-thirds first">image</div>
<div class="one-third">gravity form shortcode</div>Any ideas to get the form back on the same line as the image?
Many thanks!
fred79MemberHere's the html I used for the columns:
<div class="two-thirds first"></div>
<div class="one-third last">[gravityform id="3" name="Home Page" title="false" description="false"]</div>I tried using float left and a 65% with float right 35%. That worked a little better, but then the columns were not responsive.
I found this is in the CSS, but not sure what to tweak to remove the gaps between the columns;
/* Column Classes
------------------------------------------------------------ */.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
float: left;
margin: 0px 0px 0px;
padding-left: 3%;
}.one-half,
.three-sixths,
.two-fourths {
width: 48%;
}.one-third,
.two-sixths {
width: 35%;
}.four-sixths,
.two-thirds {
width: 65%;
}.one-fourth {
width: 22.5%;
}.three-fourths {
width: 73.5%;
}.one-fifth {
width: 17.4%;
}.two-fifths {
width: 37.8%;
}.three-fifths {
width: 58.2%;
}.four-fifths {
width: 78.6%;
}.one-sixth {
width: 14%;
}.five-sixths {
width: 82%;
}.first {
clear: both;
padding-left: 0;
} -
AuthorPosts