Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2137902
page bottom padding
Closed

Comments

  • chadlewine started the conversation

    Hi team, how do I add bottom padding/margin to every page? see here how there is none? https://keepitmovingkim.com/about/testimonials/ 

  • chadlewine replied

    also separate but related. is there a way to add default margin/padding to VC rows? other themes have this... you can see this on the same page. https://keepitmovingkim.com/about/testimonials/

  •  1,845
    Elated replied

    Hi there,

    Welcome to your support management and thank you for choosing our theme!

    If you want to add padding to the bottom of every page, you could do so by adding following code into Appearance -> Customize -> Additional CSS:

    .eltdf-content {
        padding-bottom: 100px;
    }
    5779685211.png

    As for the VC rows, there is no predefined option to set default margin/padding values. You can only set these for individual Rows through Design Options tab of Row Settings:

    6388684050.png

    However, you could set some `default` value if you use following code in Appearance -> Customize -> Additional CSS:

    .wpb_row {
        padding-bottom: 100px;
    }

    Also note that this code probably wouldn't work for marings since there are some margin values with higher priority added either in our theme's style or WPBakery plugin's.

    3813806030.png

    The same way you could add values for `padding-top`, `padding-left` and `padding-right`.

    Let us know if you need any further help.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.