Home Forums WoodMart support forum Elements in your demo Electronics

Elements in your demo Electronics

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34595

    jimanagn
    Participant

    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.
    #34607

    Artem Temos
    Keymaster

    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

    #34621

    jimanagn
    Participant

    In my home page i use the element “promo banner” but is isn’t show it right on smartphones.

    #34654

    Artem Temos
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)