Tagged: x
-
AuthorPosts
-
March 21, 2017 at 3:13 pm #1415426
It seems when I inspect the sections of my page, there is always a <p><br></br> under the slider or x-header landmark. How do I manually delete this?
March 21, 2017 at 3:16 pm #1415431Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
March 21, 2017 at 4:14 pm #1415490rmclinic.org
thanks
March 22, 2017 at 5:19 am #1416026Hi There,
Please provide us with your admin account as well.
Many thanks.
March 22, 2017 at 10:18 am #1416332This reply has been marked as private.March 22, 2017 at 2:11 pm #1416641HI there,
I have checked some pages of your site but I can’t seem to find the issue that you have described like this page: http://rmclinic.org/wellness-journal/ there seems to be no br and p tags present under the landmark headers.
March 22, 2017 at 4:42 pm #1416836they are there when you inspect the elements, and it is also evident due to the immense amount of white space underneath the slider or x-landmark.
please see screenshot of the page inspected along with the <p> and <br> tags that are shown in the inspect window. once you do that, please give me advice on how to delete them on the back-end.
March 22, 2017 at 4:45 pm #1416844they tags are there when you inspect the elements, and it is also evident due to the immense amount of white space underneath the slider or x-landmark.
please see screenshot of the page inspected along with the and <br> tags that are shown in the inspect window. once you do that, please give me advice on how to delete them on the back-end.
March 23, 2017 at 1:29 am #1417268Hello There,
Thanks for sending us the screenshot. The issue happened because you have inserted html codes in your content which are not allowed. The body and html element are invalid. You may use only this:
[huge_it_slider id="2"] <style media="screen" type="text/css"> body { text-align: center; } .gradient { background: linear-gradient(to top, rgba(84,185,73,0.15), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(3,213,200,0.15)); } .section-wrapper { width: 100%; margin: 0 auto; display: block; position: relative; } .mission-vision { -webkit-column-count: 2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2; float: center; clear: none; width: 100%; margin-left: 0 auto; margin-right: 0 auto; -webkit-column-gap: 5em; /* Chrome, Safari, Opera */ -moz-column-gap: 5em; /* Firefox */ column-gap: 5em; padding: 2em 4em 3em 4em; -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */ -moz-column-rule-style: solid; /* Firefox */ column-rule-style: solid; -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */ -moz-column-rule-width: 1px; /* Firefox */ column-rule-width: 1px; -webkit-column-rule-color: grey; /* Chrome, Safari, Opera */ -moz-column-rule-color: grey; /* Firefox */ column-rule-color: grey; -webkit-column-fill: balance; /* Chrome, Safari, Opera */ -moz-column-fill: balance; /* Firefox */ column-fill: balance; } *, html, body, th, td { margin: 0 auto; padding: 0 auto; } div { display: block; } .mission-left { text-align: center padding: 0 auto; } .vision-right { text-align: center; padding: 0 auto; } h1 { font-size: 5em; font-family: Georgia,serif; font-variant: small-caps; font-weight: normal; font-variant: normal; color: gray; letter-spacing: 0.02em; } h2 { font-size: 5em; font-family: Georgia,serif; font-variant: small-caps; font-weight: normal; font-variant: normal; color: gray; letter-spacing: 0.02em; } p { font-size: 2em; font-family: Georgia, serif; font-weight: normal; font-variant: normal font-color: black; } </style> <h1>Our Story</h1>
Hope this helps. Kindly let us know.
March 23, 2017 at 9:43 am #1417721Thank you could you please elaborate on where i inserted the html codes into my content?
March 23, 2017 at 1:51 pm #1418048Hi again,
To remove the spacing issue, try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.huge-it-wrap { height: auto !important; } h1 { margin-top: 10px !important; }
let us know how this goes!
-
AuthorPosts