Tagged: 

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #572035

    Hi,

    We installed the plugin “Simple Share Buttons Adder” which was recommended from Enfold team in a different post and it is working perfectly fine.

    However, the buttons are being added right after the contents (at the end) and without any space. How can I add a padding of 20px to ALL pages on the website through CSS?

    Thank you

    #572146

    Hi sitesme!

    Please post the link to your page where we can see an example so we can provide you an accurate solution.

    Cheers!
    Yigit

    #572304

    Hi Yigit,

    Please check the link in private. Thank you

    #573313

    Hey!

    The link you posted is returning “Page Not Found”.

    Cheers!
    Josue

    #573317

    Hi Josue,

    Please check again in PVT

    #573320

    Hey!

    Try adding this code to the Quick CSS:

    .ssba.ssba-wrap {
        padding: 20px;
    }

    Cheers! 
    Josue

    #573334

    Hi Josue,

    This seems to move the whole div in all directions. Any way to just move it vertically? Something such as “top padding”?

    #573336

    Change it to:

    .ssba.ssba-wrap {
        padding: 20px 0;
    }
    #573337

    No effect unfortunately.

    #573340

    Try increasing the value, 20px to something higher like 60px.

    #573342

    Added 100px but it is adding space AFTER the social share icons.
    I would like the space after the end of the page (contents) and BEFORE the social share icons.

    #573343

    Ok, try with:

    .ssba.ssba-wrap {
        padding: 100px 0 0 0;
    }

    padding accepts 4 values in this order: top right bottom left, so in the code above we only increase top.

    #573345

    No effect with the latest code

    #573347

    Found something strange…

    In the homepage it seems to be working fine. Inner pages don’t work the same way.
    So I changed the code above to 500px and… inner pages are perfect now: http://dns.d.pr/QI13/1aNmQOeu but homepage is terribly bad: http://dns.d.pr/165Rk/3zAtO3VK

    #573350

    Can you change it back to 100px and link me one inner page where the issue occurs.

    Best regards,
    Josue

    #573552

    Hi Josue, please check below changed with 100px

    #573636

    Ok, use this one instead:

    .ssba.ssba-wrap {
        padding: 100px 0 0 0;
        clear: both;
    }

    Regards,
    Josue

    #573645

    Superb Josue,

    Thanks a million :)

    #573646

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Padding fix at the bottom of the page’ is closed to new replies.