Jump to content

Daniele

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Daniele

  1. I would like the source code of my site page not to show the H1 headers of the desktop and mobile at the same time.
    I currently use the code
         <div class = "w3-container w3-center w3-margin w3-border-top w3-border-bottom w3-border-gray w3-sand">
             <h1 class = "w3-hide-small w3-hide-medium w3-xxlarge w3-text-gray"> <b> <? = $ title_h1?> </b> </h1>
             <h1 class = "w3-hide-large w3-medium w3-text-gray"> <b> <? = $ title_h1?> </b> </h1>
           </ Div>

    how can I do?

  2. Hello,
    i would insert in the property's pages of my site a slideshow like in this screenshot: https://i.imgur.com/QLcXe8n.png
    This is the site's page: http://www.residencecamporeale.it/
    I 'like more card's idea to show more user's reviews in the same screen but I seen that using "quote slideshow" I can to create a only card in the same screen: https://www.w3schools.com/howto/howto_js_quotes_slideshow.asp
    Can somebody know like to create this with w3.css or mode similar?
    thanks in advance
    Daniel

×
×
  • Create New...