Removing white space from page bottom area of Twenty Twelve theme
-
I have created a child theme of Twenty Twelve to work with; https://codex.www.ads-software.com/Child_Themes
and I have used Firebug to focus the spotlight on the CSS that relates to the white space areas I’d like to remove which is as follows:
<article id="post-14" class="post-14 page type-page status-publish hentry"> <header class="entry-header"> <h1 class="entry-title">Home</h1> </header> <div class="entry-content"> <h2>Tel: 0207 209 2867</h2> <p style="text-align: left; margin-top: 0px;"> <p style="margin-bottom: 0px;"> <ul style="margin-top: 0px;"> <p style="margin-bottom: 0px;"> <ul style="margin-top: 0px;"> <p style="margin-bottom: 0px;"> <ul style="margin-top: 0px;"> <li>NW1 – Camden Town, Euston</li> <li>NW6 – West Hampstead, South Hampstead</li> <li>NW8 – St John’s Wood, Primrose Hill</li> <li>NW3 – Belsize Park, Hampstead, Chalk Farm, Swiss cottage</li> <li>N6 – Highgate</li> </ul> </div> <footer class="entry-meta"> </footer> </article>
The white spaces I wish to remove are highlighted when I run my cursor over the “<footer class” – the smaller section – and “</article>” – which relates to the larger area?
What code should I use and where should I place it that would remove this white space.
The site I am working on is: https://www.nw3germantutor.co.uk.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Removing white space from page bottom area of Twenty Twelve theme’ is closed to new replies.