Elements in your demo Electronics
-
Hi,
In your demo electronics on home page you use some elements. Can you tell me which are because my site appear bad on smartphones (pls see attachmnet files).
Also, in tabs element in section settings what/where is the section id? I don’t know where to look and doesn’t appear my products
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry, but your questions are not quite clear for us. Do you want us to write you the names of these elements that you use? And what section id are you looking for?
Regards
In my home page i use the element “promo banner” but is isn’t show it right on smartphones.
It happens because you have a lot of texts on the banner images and images are small for them. Try to increase the height of your images or add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to hide some part of the text
.banner-inner {
display: none
}
div.promo-banner .wrapper-content-banner {
padding: 10px;
}
Regards