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.
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
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.
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