Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1326887

    Good afternoon.

    I have a problem on my page as a blank space has been created between the menu and the main image.

    This only happens in resolutions below 750 px, in the desktop version it works correctly.

    Can you help me fix it, please?

    Thank you.

    #1326926

    Hey sbroto,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 750px) {
    .av-logo-container {
        height: 260px;
        line-height: 260px;
    }
    }

    Best regards,
    Rikard

    #1327095

    Hi Rikard, the problem continues.

    I send you the url of the web privately so you can see it live

    Thank you very much for your help

    #1327202

    Hi,

    This CSS is applying from the theme:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: auto !important;
    }
    }

    I can’t see where it’s coming from though, since you have file compression active. Please try removing or modifying that CSS.

    Best regards,
    Rikard

    #1327679

    Hi Rikard.

    I have located those lines in the layout.css file

    Lines 2598

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {

    And further down line 2657

    .responsive #header_main .container{height:auto !important; }

    Can you tell me how I should modify them?

    Thank you.

    #1327724

    Hi,

    Thanks for that. Could you include admin WordPress login details as well please?

    Best regards,
    Rikard

    #1327764

    Sure!

    Thanks

    #1327867

    Hi,

    Thanks for that. You had this in custom.css:

    @media only screen and (max-width: 567px) {
    .responsive #header_main .container {
        height: auto !important;
    }
    }

    I removed that for you, and it’s working as it should after that. Please review your site.

    Best regards,
    Rikard

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