Okay
  Public Ticket #1453043
White Space Between Footer and Page Builder Row
Closed

Comments

  •  16
    jconleysylvan started the conversation

    Hi, I'm getting a white space above the footer and below the last page builder row in some of my pages. I'd like for the last page builder row to go right up against the footer without this space. I've tried setting the padding for the row to a 0 margin but I'm still getting this space in some of my pages. I attached an image of the problem to this message. Thanks

  •  1,593
    Barry replied

    Hi there,

    The white space is coming from the bottom padding of the content wrapper. To move the latest page builder row to the footer without any white space please edit the last row in the page builder grid (hover wrench icon, click 'edit row'). 

    Add margin-bottom: -60px; in the CSS styles textarea within the Attributes tab. Please see the attached image.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  16
    jconleysylvan replied

    Awesome. 

    Awhile back i asked about adding opaque white backgrounds to front page slider text. I'm working on it now, but the left & right padding is extremely wide. I'm not sure how to adjust this.

  •  1,593
    Barry replied

    Hi there,

    Because the opacity background is not a theme option the only way to adjust this is with some css. Please use the following in the css area of the theme customizer:

    @media (min-width: 992px) {
        body.page .jumbotron.carousel .carousel-text.center {
            width: 500px;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
    

    You can change the 500px width to your own needs.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes