Forum Replies Created
-
AuthorPosts
-
Ok, I’ve put a color section with three column and image element, but the three columns are displayed on a smartphone in a single column;
is there a way to keep at least two column view on smartphone ?
I tried this:
@media only screen and (max-width: 767px){
#top #wrap_all .flex_column{
width: 48%!important;
float: left!important;
margin-right: 5px!important;
}
.responsive #top #main .products .product {
margin: 0 0px 20px 0;
width: 50%;
}
}
but on smartphone I see alternately one and two columns, I need two fixed columns.Thank you
Screenshot
I looked for a solution using Masonry, visible at the link, which is correctly displayed on smartphone in three columns, but I would like them to be fixed, not resized, and the caption text should be centered and without background.
Clicking on an image should go to the respective page section.
In practice I should use them as if it were a fixed menu, also visible on mobile devices.- This reply was modified 4 years ago by Stef.
Close it, thank you
Lazy loading !!!!! You’re right, I didn’t even remember it was activated !
Turning it off everything works correctly, thank you very very much.Unfortunately not, when I click on page Our Services and then on Gallery button (second-last of tab section), the images below are always truncated;
same thing if I enter directly on that section (#gallery); if I click on the same section again it works correctly, or if I click on another tab section and then again on gallery section the images are loaded correctly.Did you see the screenshots ?
Page how it should be:
https://drive.google.com/file/d/1q95uC4Bsi_n-H_y-NhATg6yxOmyX7LJz/view?usp=sharing
Page how it looks when I load the page:
https://drive.google.com/file/d/1FXWFfGW0eS5dlE1EJr3PZdpOo_e4wlP9/view?usp=sharingAlternatively what’s the best way to create max 10 buttons on single line very similar to those on tab sections where I can put the links to go on other pages ?
-
AuthorPosts