Okay
  Public Ticket #2835312
Sticky Header
Closed

Comments

  • mass-mp started the conversation

    Hello,

    Sticky Header Not working 

    please need advice.

    Kindly check the attached.

    Thanks

    M Desouki

  •  1,558
    Laborator replied

    Hi there,

    After trying almost everything to see where the problem was coming from, I checked the custom CSS under Appearance > Editor and there you have added CSS which breaks your site:


    medium
    (view large version)

    There was this CSS which was causing all the mess: 

    html, body {
        width: 100%;
        overflow-x: hidden;
    }    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • mass-mp replied

    hello, Art,

    Thank you for your advice. 

    well but why I can scroll right and left on every page 

    need ur advice.

    Best Regards,

    M Desouki

  •  1,558
    Laborator replied

    Hi again,

    The problem is caused by the plugin which you are using for logo carousel and not by the theme, anyway I have added this CSS to Custom CSS:

    .lshowcase-logos .bx-wrapper .bx-controls-direction a {
        text-indent: 9999px !important;
    }
    

    And now it is fixed, as said the problem was not coming from the theme.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group