an
groups-icon

Mke topbar move with page

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Leon Brown
    0 points
    Beginner

    The following code will keep the topbar stationary while people view your site, it is helpful for customer navigation. You may need to use a plugin to remove the wordpress admin bar frontend, so you can view properly while editing.

    #core_header_navigation {
    top: 0px;
    background: #ffffff;
    height: 40px;
    position: fixed;
    margin-left: 0px;
    margin-top: 0px;
    margin-right:10px;
    padding-bottom: 0px;
    width: 100%;
    z-index: 50;

    box-shadow: 2px 2px 2px #888888;

    margin-bottom: 0px;
    overflow: hidden;
    }

    Also you may need to move your logo.

    #core_logo {
    margin-top: 42px;

    Do amend colours to match your theme, you can change sizes if it does not work 100% for you

    August 11, 2015 at 12:26 pm
  • Josh njenga
    -10 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 11, 2015 at 12:48 pm
  • Leon Brown
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 11, 2015 at 1:19 pm

304

Views

2

Replies