• Resolved samsunaritma

    (@samsunaritma)


    Hi, very cool app and thank you.
    But there is a problem with image resolution at my website (aritma.com.tr)
    only at first page image resolution is not correct when its first loaded after clicking another page from menu it returns to the normal…
    Can you fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Will have a look.

    -Takanakui

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Add the code below to the custom css option in the general options tab.

    @media only screen and (max-width: 1024px){
    .has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe{
       position:absolute!important;
    }
    }

    This should sort it.

    -Takanakui

    Plugin Author Rui Guerreiro

    (@takanakui)

    Let me know if this is sorted.
    Thanks

    -Takanakui

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Main Page Resolution’ is closed to new replies.