2 questions

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #28177
    Bart Daems
    Participant

    Hello

    I recently bought your theme in order to make a new website for my client. (http://pc4u2.commbee.be)
    Hereby I have 2 questions:

    – The sticky menu option is only sticky on desktop and tablet.
    How can I make it also sticky on mobile?

    – How can I get rid of the grey backslash next to “Trainer’s bio” (please see image in attachment)

    Thank you,

    KR,
    Bart

    #28198
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px)
    {
    #header.sticky {
        position: fixed;
    }}
    .team-slider-profiles span.trainer-bio:after{
    content: "";
    }
    
    #28224
    Bart Daems
    Participant

    Hello

    Thank you for the reaction and the code.
    This solves problem 2 perfectly.

    However, problem 1 is not solved: The sticky menu option is only sticky on desktop and tablet.
    I tried also to add “!important” after “fixed”, but that did not help.

    Any other solution to make the header sticky on mobile too?

    #28231
    Veena
    Moderator

    That CSS should work . Can you pls share a temp login to your site as a private reply pls?

    #28233
    Bart Daems
    Participant
    This reply has been marked as private.
    #28240
    Veena
    Moderator

    ll get back to you on this shortly.

    Thanks.

    #28245
    Bart Daems
    Participant

    OK

    #28305
    Bart Daems
    Participant

    Hello

    No news on this one please?

    KR,
    Bart

    #28318
    Veena
    Moderator

    Sorry for the delay in reply .
    I have added below custom CSS –

    @media only screen and (max-width: 767px){
    #header.sticky {
        position: fixed !important;
    }}
    
    #mobile-menu-toggle {
        position: fixed;
        top: 25px;
    }
    

    Can you pls check now?

    #28319
    Bart Daems
    Participant

    Ok thanks.
    The hamburger menu is sticky, but the header with logo isn’t.

    KR,
    Bart

    #28354
    Veena
    Moderator

    Can you pls check now?

    #28358
    Bart Daems
    Participant

    Ok thanks!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘2 questions’ is closed to new replies.