• Resolved pboudeville

    (@pboudeville)


    Hello there !

    Thank’s for this great theme πŸ˜‰

    I would like to change the padding footer.
    I put this code in the child theme (in general options)

    footer.bottom {
    padding: 20px 0 20px 0!important;
    }

    But it dosen’t work.
    The chrome inspection tells me

    “footer.bottom {
    padding: 60px 0 56px 0!important;
    }”

    It seems to come from a widget but i can’t find where…

    Can you help me please ?

    Thannnnnk youuuuu ^^

    A geek girl
    http://www.pascale-boudeville.fr/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    Thank you for using Maskitto theme.

    Is this problem still exist?

    Best regards,
    Shufflehound

    Thread Starter pboudeville

    (@pboudeville)

    Hello,

    Yes unfortunatly πŸ™
    Do you have an issue ?

    P.

    shufflehound2

    (@shufflehound2)

    Hello,

    You can try to use this CSS snippet and paste in under Maskitto Light Options > CSS Code.

    body footer.bottom {
        padding: 20px 0 20px 0!important;
    }

    Best regards,
    Shufflehound

    Thread Starter pboudeville

    (@pboudeville)

    Hello,

    Thank’s to you, it works now !
    It fixes the issue :))

    Best !!

    P.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change the footer padding’ is closed to new replies.