Dear Kriesi,
Currently, when I scale down to an iPhone sized window, the portfolio grid re-formats down to 2 columns. On the small screen these are really too narrow to see the image and excerpt.
Please see link below.
How can I set the responsive design to go down to a single column under an iPhone sized window?
Hey Richard,
That page looks a bit strange in general, did you make any changes at all to the theme? Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
Thanks Rikard,
I have made quite a lot of visual modifications in the Quick CSS to customise my site.
The main change I made to the layout was to add some spacing between items in the portfolio grid.
However, as the padding is added to the right of each item this is not ideal, as it means there is more space to the right of items
than to the left meaning that content is not centred, especially noticaeable when viewed on smaller screen sizes.
What in particular looks wrong to you?
I’ve posted an admin login in the private section below.
Best wishes,
Richard
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .grid-sort-container .grid-entry {
width: 100%;
left: 0!important;
}}
Cheers!
Yigit
Dear Kriesi,
I used this css to make my portfolio grid change down to 1 column when viewed on small screen sizes,
but how can I make it also apply to the masonry grid?
Thanks, Richard