Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #923482

    Above the contact box (left) and location (right) is a dark line. Cannot figure out how eliminate it. Please advise. Thanks, guys.

    http://www.tciwest.com/j4f/contact/

    #923699

    Hey 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,
    Nikko

    #923999

    Worked 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.
    #924064

    Hi,

    Can you screenshot exactly where you need the space tightened up?

    Best regards,
    Jordan Shannon

    #924705

    OK… 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.

    #925350

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.