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

    Hi,
    I would like to have a blank page with no black bars on the top and bottom. Just white. How can I erase it?
    Link attached below.
    Thanks a lot.

    #797102

    Hey Samuel,
    Try this code in the General Styling > Quick CSS field:

    .html_stretched #wrap_all {background-color: #f8f8f8!important; }

    Best regards,
    Mike

    #797537

    Thank you! That definitely works!
    Even though it seems like it still remains the separation line between the top line and the center and the bottom one and the center.
    Is any way to get rid of it?

    Thanks in advance :)

    #797553

    Hi,

    Try adding this css code:

    .page-id-2 #av_section_1 {
        border: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #797559

    Thank you! :)

    #797613

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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