• Hi,

    I all my pages on wordpress are too long.

    :(My wrapper stop… the website finish but there’s a long scroll down of nothing after (white):

    I’ve tried to figure out in the codex but I couldn’t

    If anyone could help me to know where to look !

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to link a page with the issue

    Thread Starter provjp123q

    (@provjp123q)

    https://www.rdeeipe.net ..You can see the page finish but there’s a lot of white

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I see. For some reason you have 2 menus on your page. One is causing the huge space.
    Try deactivating all of your plugins to explore whether any could be responsible.

    A quick fix would be:

    .sf-menu .menu {
        display: none;
    }

    Thread Starter provjp123q

    (@provjp123q)

    Thanks.. Do I put .sf-menu .menu {
    display: none;
    }

    anywhere in the codes? (sorry I’m not an expert)

    And if I want to reduce the banner (light house – people) to be in front of the white wrapper (articles) how do I do?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter provjp123q

    (@provjp123q)

    No it’s not a child theme…

    And it’s css with a huge modification page like:

    ol ol ol {
    list-style:lower-latin;
    }
    ul ul, ol ol, ul ol, ol ul {
    margin-bottom:0;
    }

    dl {
    margin:0 1.5em;
    }
    dt {
    font-weight: bold;
    }
    dd {
    margin-bottom: 1.5em;
    }

    form {

    this kind of thing… I’m just not sure where to add your code that you gave me into it

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Then I’d go with the CSS plugin

    Thread Starter provjp123q

    (@provjp123q)

    okay I added .sf-menu .menu {
    display: none;
    } with simple costum css … but it doesn’t seem to fix anything for the website

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Help for my pages’ is closed to new replies.