Home › Forums › Iconic One Pro Support › H2/H3 Tags Kick Text Down Below Google Ad
- This topic has 2 replies, 2 voices, and was last updated 11 years, 1 month ago by Cathie.
- AuthorPosts
- October 30, 2013 at 5:44 am #1054CathieParticipant
Hi,
First off – Great theme, I love it!!! Now here is my problem.
When I have a sentence at the top using an H2, H3 etc tag, it kicks the whole article beneth the Google ad. If I do not have an “H” tagged sentence, then the article starts up at the top where I want it to. I have done some editing (I have a child theme) but can’t see that I .
Here are 2 pages to show you the difference.
http://northernstar-online.com/new-nhl-playoff-format
“H2” tag used for 1st sentence and it kicks the text way down.http://northernstar-online.com/christians
No “H” tags used for 1st sentence and article starts at the top beside the google adHere is the CSS I edited incase it is something I did..
/* Content H1,H2,H3,H4,H5,H6 */
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
line-height: 1.714285714;
margin-top: 5px;
margin-right: 0;
margin-bottom: 5px;
margin-left: 0;
}
.entry-content h1,
.comment-content h1 {
font-size: 20px;
line-height: 1.4;
color: #006;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
font-size: 17px;
line-height: 1.4;
color: #006;}
Thanks,
CathieOctober 30, 2013 at 11:47 am #1056Themonic-SupportKeymasterHi Cathie,
Paste the code given below in the child theme or in custom.css and let me know if it works as expected.
h1, h2, h3, h4, h5, h6 { clear: none; }
October 30, 2013 at 3:42 pm #1067CathieParticipantAwesome! Worked like a charm… Thank you so much for the quick response!
- AuthorPosts
- You must be logged in to reply to this topic.