Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #884024

    Hello ..

    When I browse my website in a mobile device, the header extend too many space, so They are a lot ot white space between the logo and the slider. If I resize the window in a desktop PC, I can see only a white space below te logo ..and not any other content.

    This website is a cloned version of a temporal other that works fine …
    This definitive version is running under a php version older than 5.6 ..i don´t know if this can be te problem …

    Please help ..

    #884267

    Hey exagrama,

    I get the same problem on my end, did you make any customisation at all to the theme? If so then please try to remove them to see if they are the cause of your problem. Also please try to disable all plugins to see if there is a conflict coming from any of them.

    Best regards,
    Rikard

    #884276

    No ..I did´nt make any customization. I have only une plugin activated, an disabled it ..but same issue ..

    #885150

    Hi exagrama,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .inner-container {
        height: auto;
       }
       .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
          padding: 35px 0 0 20px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #885154

    Yes, it works!!!!! Thank your very much!!

    #885434

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #885552

    Hello .You can close the topic… Thankyou.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.