Tagged: displaying smartphone, portfolio grid
-
AuthorPosts
-
May 11, 2023 at 11:06 am #1407095
Hello support,
I am having a problem displaying the home screen on smartphones. I have a home with 4 colored bands and it was built with the 4 column element. On the PC the column are joined together while on the mobile they are spaced apart ( https://img.savvyify.com/image/Gpr5 ). I have also tried using the Grid Row element, this way the bands are joined as I would like but, it’s not good because it’s full screen. How can I solve the problem?
Private access dataMay 12, 2023 at 4:34 am #1407167Hey Intercettazioni,
Thank you for the inquiry.
That is the default style of the columns on mobile view. You can remove the default margin below the columns by adding this code in the Quick CSS field.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive .home #wrap_all .flex_column { margin-bottom: 0px !important; } }
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelMay 12, 2023 at 9:41 am #1407189Thanks Ismael
it works, I take this opportunity to ask you how to show square images? The portfolio grid crops them out and shows them rectangular. Images are 500×500 px
I noticed that in the texts it doesn’t take double spacing between one paragraph and another, (I’m not an expert) I’ve always used the tag https://img.savvyify.com/image/GA8f but it doesn’t work here, what should I use?- This reply was modified 1 year, 6 months ago by Intercettazioni.
- This reply was modified 1 year, 6 months ago by Intercettazioni.
- This reply was modified 1 year, 6 months ago by Intercettazioni.
May 15, 2023 at 4:49 am #1407413Hi,
Thank you for the update.
The portfolio grid crops them out and shows them rectangular. Images are 500×500 px
The Portfolio Grid element, by default, uses a thumbnail that is not square, but you can adjust this in the element’s Styling > Grid Settings > Portfolio Grid Image Size settings. Select the second option and choose the thumbnail size you prefer. The default size is 495x400px.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.