Home Forums WoodMart support forum sticky bottom header height

sticky bottom header height

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #63847

    plytep
    Participant

    Dear Woodmart support.

    I want to decrease the height of sticky bottom header in order to let user to have more space to see data when scroll down website.
    I use css code below. It works. But the there is still the categories menu that need to be decreased its height. Please see in the picture attached.

    .whb-row.whb-header-bottom.whb-sticky-row {
    height: 40px;
    }
    I don’t know how to set the height of cagegories menu on the sticky bottom header. Please help advise.

    Thank you.
    Best regards,
    Plytep

    Attachments:
    You must be logged in to view attached files.
    #63872

    Hello,

    For now, I do not see the problem http://prntscr.com/jx4ny9

    Perhaps that was the issue of cache. Please check and let me know if you still have the problem.

    Best Regards

    #63881

    plytep
    Participant

    Dear Woodmart support.

    the problem is occured when we scroll down.
    The sticky header will be shown.
    I put the CSS code to decrease height of sticky bottom header.
    But the the browser categories menu has more height than the sticky bottom header bar.
    Please see in the picture attached previously.

    Thank you.
    Best regards,
    Plytep

    #63885

    Hello,

    Please replace the code you mention for this one:

    .menu-opener {
        padding-top: 0;
        padding-bottom: 0;
        height:auto;
    }

    Best Regards

    #63894

    plytep
    Participant

    Dear Woodmart.

    It is ok now.

    Thank you.
    Best regards,
    Plytep

    #63900

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘sticky bottom header height’ is closed to new replies.