Hello – This question is related to https://kriesi.at/support/topic/theme-css-conflict?replies=9#post-125022.
Please see page: http://thecaloriemythbook.com/?page_id=2330
You will note a bunch of unwanted white space above the form. When the form is on a plain HTML page such as http://thesmarterscienceofslim.com/testor.html this white space isn’t present. How can we get rid of this white space on *just* http://thecaloriemythbook.com/?page_id=2330 and any other individual page on which we need to place one if these forms?
Thank you.
Hi,
This will only affect the current page: http://thecaloriemythbook.com/?page_id=2330
.page-id-2330 .post-entry.post-entry-type-page.post-entry-2330 .entry-content.clearfix br {
display: none;
}
Regards,
Ismael
Hi Ismael – Which file do I need to add this too and where in that file? Thank you.
Hi stunna42,
You add that to your Quick CSS field in the Styling tab of the theme options or the custom.css file.
Regards,
Devin
Hi Devin – Thank you. This change did remove the spacing from the top but seems to have created new issues. To see how the form looks now as contrasted to how it should look please see: http://TheCalorieMythBook.com/wp-content/uploads/2013/07/pleaseHelp.jpg
The pages shown are: http://thesmarterscienceofslim.com/testor.html and also http://thecaloriemythbook.com/?page_id=2330
How can we make the form boxes layout like: http://thesmarterscienceofslim.com/testor.html
I’m going to close this topic as it seems you have two almost duplicate topics where we are addressing the same issues. Please do not create duplicate posts in the future as it causes uneeded duplication in responses as well as confusion.