New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Keeping the photos align
Hi
How can I keep the photos aligned under the mobile version? Thanks.
Hi,
What is the link to that page?
-Rui
http://www.solematehk.com/mobile
Thanks for the link. Do you mean side by side like in desktop? -Rui
yea !
The theme is built on bootstraps 12 column grid, which stacks to 1 col when viewed on mobile. It would be difficult to hack this to make your images stay side by side
– Kyle
Is there anyway out? Could I achieve that by adjusting the pixel?
Try adding this to your custom css:
@media only screen and (max-width: 480px) { .spb_content_element.spb_single_image.span6 { width: 50%; float: left; } }
Thanks. It works.
However, how can I enlarge the picture so that the margin can be fully utilized rather than leave it blank ?
Not sure what you mean? can you provide a mockup
There’re blank areas around the pictures. What I want to do is to enlarge the picture and use all the spacing.
I’m afraid that’s not possible sorry, the content is within the container therefore it can’t be edge to edge
How’s about having spacing between the two pictures?
So now you want spacing?
Just adding a small gap between the two pictures
You must be logged in and have valid license to reply to this topic.