Tagged: remove line
-
AuthorPosts
-
March 8, 2018 at 12:54 am #923482
Above the contact box (left) and location (right) is a dark line. Cannot figure out how eliminate it. Please advise. Thanks, guys.
March 8, 2018 at 10:15 am #923699Hey bonbuttercup,
Try adding this css code in Quick CSS section (located in Enfold > General Styling):
.page-id-513 #after_section_1 { border: 0 !important; }
Let us know if this helps :)
Best regards,
NikkoMarch 8, 2018 at 6:59 pm #923999Worked great, but now how do I decrease the large amount of white space above the contact form/address? This is set up exactly the same as “Our Team” – (1) Color section, (2) Special heading, then (3) Column layout, but the spacing is way not hte same.
When clicking on Team and Contact, the vertical spacing should be the same.
UPDATE: I added another color section for the two column layout and that tightened up the spacing quite a bit, but if this needs to be adjusted more, what would the code be? The color section anchor names are “contact” and “location.”
- This reply was modified 6 years, 9 months ago by bonbuttercup.
March 8, 2018 at 8:52 pm #924064Hi,
Can you screenshot exactly where you need the space tightened up?
Best regards,
Jordan ShannonMarch 9, 2018 at 8:27 pm #924705OK… I tried to type this out but it’s impossible to explain so I’ve got two examples that are along the same lines. First issue is the crazy mystery line. I’m very confused as to why this line only appears if the elements are contained in one color box. And why are we having to code it out manually? EXAMPLE 1.
#2 issue is the spacing. See EXAMPLE 2. The spacing is too big on Service and Contact, and is great on Team, but I don’t understand (1) why the spacing is different on Team then the other pages, and how to adjust the spacing on Service and Contact.
It’s confusing, I’m sorry.
March 12, 2018 at 6:57 am #925350Hi,
I see, if you don’t use a color section, it automatically adds some padding/space and a separation line just to indicate that it’s different section, to remove that globally not just on a single page, try adding this css code in Quick CSS (located in Enfold > General Styling):
.av_default_container_wrap { border: none !important; } .av_default_container_wrap .av-content-full { padding-top: 0 !important; }
Hope it helps :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.