Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You need to link a page with the issue
http://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;
}
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 http://wordpress.org/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
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
okay I added .sf-menu .menu {
display: none;
} with simple costum css … but it doesn’t seem to fix anything for the website