Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27870

    Hello, I need the portfolio grid on my homepage to stretch the full width of the screen. So I have 4 images now. I’d like for those images to stretch to the edge just like the slider is full width. It would look like the 4 images on the http://www.apple.com homepage.

    How can I achieve this?

    Thanks in advance.

    #135650

    Hi,

    Insert a Color Section element then give it a unique id, “awesome” for example. Insert the Portfolio Grid element inside the Color Section. Add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 1140px) {
    #awesome .container {
    width: 1300px;
    }
    }

    #awesome .container {
    width: 1000px;
    }

    Regards,

    Ismael

    #135651

    Unfortunately that did not work Ismael. I added just as you said the color section and the CSS. Take a look here. http://dev.bigthumb.com/

    Need to have this resolved quickly! Please help. I can give you login credentials if needed.

    #135652

    Hi,

    Actually, this is not an issue with the theme, this is a modification that you want and we suggest that you hire a freelance developer to do the changes for you. The code above that I gave you works on my end.

    The link you gave me requires login credentials.

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio Grid Question. Can it be full width?’ is closed to new replies.