• Resolved Pets110

    (@pets110)


    Hi

    I would like to remove the divider between page title and content. My goal is to get content and nav menus as close to eachother as possible. I’ve managed to get rid of the page title itself and the spacing between the content box and nav menus. If someone would be so kind to give me a code that i can throw into custom css editor, that would remove the divider, i would be really happy!

    Thank You
    Pete

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Link a page in question please

    Thread Starter Pets110

    (@pets110)

    Nvm, i got fixed it already.Thanks!

    Pete

    Pete,

    Could you share how you removed the divider for us please?

    Thanks

    Will

    Thread Starter Pets110

    (@pets110)

    Right clicked on page to inspect, found out the relevant code and typed the following into custom css manager:

    .line {
    border-top:dotted 0px #dadada;
    margin:0px 0;
    }

    I believe the pixel values were much higher before and hence the white space.

    Cheers,
    Pete

    Works perfectly – thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing divider between page title and content’ is closed to new replies.