This message is visible to Moderators only
hidden content

    Hi mjamero,
    Have you tried the solutions from the forum?
    I can not access your site, give me the htaccess account.

      Hi Dominic, It's me again but with a different question. I have a small problem with the version of the website for a smartphone or tablet. Can you tell me if I can remove this header above the menu? I'm attaching a screenshot. This is a cerativity template.
      Thanks for the help

        Hi skowal,
        You can add the following CSS code to your site:

        div#main-menu-mobile select option[value="#"] {
            display: none;
        } 
        This message is visible to Moderators only
        hidden content

          Hi mjamero,
          You can use the following code:

          @media (max-width: 480px) {
               a.imageLogo, a.imageLogo img {
                  float: none;
                  text-align: center; 
                  margin: 0 auto;
               }
          } 
          Write a Reply...
          You need to Login to view replies.