-
AuthorPosts
-
November 27, 2020 at 6:20 pm #1263555
There is a way to create a single page with fixed buttons images on top, each with a link that go to relative page tag, like the image and keep in that way also on smartphone (3 columns) ?
November 27, 2020 at 9:17 pm #1263594Hey BNA1956,
Please, upload the screenshot to a service like Dropbox or http://imgur.com and give us the links here.
Best regards,
VictoriaNovember 28, 2020 at 2:02 pm #1263676Screenshot
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.
December 2, 2020 at 11:27 am #1264452Hi,
Thank you for the update.
Have you tried using the Image element? It has an option where you can set the caption as an overlay above the image. The caption can also be shown automatically or on mouse hover. To separate the images, you can use the column elements.
Best regards,
IsmaelDecember 11, 2020 at 12:05 pm #1266515Ok, 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
December 15, 2020 at 3:53 am #1267336 -
AuthorPosts
- You must be logged in to reply to this topic.