Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #658273

    Hi,
    I have a line on my front page (a little ways down) and I cannot find out how to get rid of it.
    It is right under the Color section with the 5 elements.
    I have checked all the elements and cannot find any border or line there.

    Thanks,
    Jon Erik

    #659117

    Hey Jon Erik,

    That’s coming from the whitespace element which has -1000px.

    Deleting the whitespace element will work for you fine. Let us know if you have any questions.

    Best regards,
    Vinay

    #661492

    Hi,

    I don’t understand how whitespace (which by definition is without borders) would add a border.

    I did remove it and the border is still there but it messed up other things further down.

    Thanks,
    Jon Erik

    #661743

    Hi Jon Erik,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .home #after_section_2 {
    border-color:transparent !important;
    }

    Regards,
    Rikard

    #662979

    Thanks,
    No changes. Line is still there.
    Jon Erik

    #663041

    Hi,

    I have removed the white space element please review the site now.

    Best regards,
    Vinay

    #681716

    Hi,
    Sorry for the delay, been travelling.
    Don’t know if you did something and put it back, but the line is still there.

    Thanks
    Jon Erik

    #682832

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #after_full_slider_1 {
        border: none;
    }
    

    Best regards,
    Yigit

    #683013

    This is crazy. You were right. The line is gone when the whitespace is removed. I have a dual language site and I looked at the wrong language.

    I did some more testing. I added a text field instead (with white text) and the line shows up anyway.
    And when I have none, the line is not there, but if I look closely when the page is loading, the line is there, but then it disappears

    I need to control how much whitespace I have there. How do I do that without using the separator/whitespace function?

    Thanks,
    Jon Erik

    #684192

    Hi,

    If you would like to remove all borders from sections, please add following code to Quick CSS as well

    .container_wrap {
        border: none;
    }

    If you would like to remove certain one, please point it out

    Best regards,
    Yigit

    #684762

    Thank you.

    I still do not understand why I get a border on a separator/whitespace when I have specifically set it not to show.
    So I would like to remove the border from the whitespace located between the color section and fullwith easy slider on my home page. The point is that the border only shows up there and nowhere else so there must be an error. If I move the section further down the page, the line disappears.

    Thanks,
    Jon Erik

    #686449

    Hi,

    In that case, following code should help

    #after_section_2 {
        border: none;
    }

    Best regards,
    Yigit

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