[Support request] Front Page

Home Forums Support [Support request] Front Page

Home Forums Support Front Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1615410
    JOAQUIM GALANTE

    I would like you help me in the following, I can’t reduce the distance between the slide show and the magazine grid, in the customizer layout I can reduce it but when I see it on the website on line it still the same.

    https://focusmsn.pt/14933-2

    https://focusmsn.pt/

    Thanks a lot

    #1615451
    David
    Staff
    Customer Support

    Hi there,

    the space comes from the Bottom Padding in Customizer > Layout > Site Header.

    #1615461
    JOAQUIM GALANTE

    No David, your solution is push the magazine grid close to the top carousel, this i can do it easily.

    what i want is push te magazine grid near to the Container, i have the layout padding superior container in ‘0’ and the gap still there.

    Look the gap below the magazine grid.

    Are you understand ?

    #1615475
    David
    Staff
    Customer Support

    Ok, theres an error in the grids CSS. Look for this piece of the CSS:

    .wpsp-grid .wp-show-posts {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: fr auto; /* this line is broken */
        grid-row-gap: 1px;
        grid-column-gap: 1px;
    }

    I have commented the line that needs fixing. Change it to:

    grid-template-rows: 1fr 1fr;

    The rest of the space is coming from the H2 element in the Carousel below the grid

    #1615508
    JOAQUIM GALANTE

    Done it.

    Thanks a lot David, hug.

    #1615553
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.