• Resolved merlinbiz

    (@merlinbiz)


    Hi, just a quick easy question for you if you would be so kind

    The bottom bar blue i believe it is from default, the one the social media icons sit in. I would like to make that a little shorter in height, narrower.

    I changed the padding of the footer but i guess that is the footer below that bar.

    Which part do i need to change for my child theme please ?

    Many thanks in advance,
    Richard

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you show us the page in question?

    Thread Starter merlinbiz

    (@merlinbiz)

    erm yeh i guess so its in “coming soon ” mode atm i will deactivate that now if you are able to look straight away so i can put it back asap

    cheers
    Richard

    https://www.richardpitkin.co.uk

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In the HTML there is some inline padding:

    <div class="nine columns" style="padding-top:37px;">

    And in CSS there is margin top and bottom on the images:

    .footer2 img {
        margin-top: 25px;
        margin-bottom: 20px;
        ...
    }

    That’s causing the space

    Thread Starter merlinbiz

    (@merlinbiz)

    excellent thankyou very much for the swift response appreciate it.

    css bit i missed there, lesson learnt thankyou

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing the size of the bottom bar’ is closed to new replies.