New Landing How can we help? Themeforest Theme Support Dante Portfolio 4 Column Width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #317016
    OllieOdy86
    Member
    Post count: 18

    I’ve setup my portfolio page (http://470.973.myftpupload.com/brands/) with a full width layout + 4 images across using ‘gallery’ style with all images used being 600px x 500px.

    The Issue:
    – I’m getting the layout of 3 images across & a blank white space where the 4th image should be (see screenshot).
    – On mobile the portfolio items revert to single columns – when they should be 2 across (see screenshot 2)

    Any pointers? Many thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #317112
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media (min-width: 768px){
    .col-sm-3 {
        width: 24%!important;
    }
    }

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.