• Resolved Mick

    (@haarbollen)


    Hi

    I use Elementare as a kind of ‘standard’-theme.
    On every site it annoys me, that I can’t find the ‘dotted line’ in the bottom of pages.
    I think by myself, that I’ve tried almost everything (between border: none and :after).

    Can you help me to get rid of the dotte line?

    Thanks in advance

    Mick

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Mick

    (@haarbollen)

    Problem solved: (including remove space before dotted line)

    CSS:

    div#content.site-content::after {
    display: none !important;
    }

    .page-type, .page {
    border: none !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Dotted line’ is closed to new replies.