New Landing How can we help? Themeforest Theme Support Neighborhood Sticky header and other issues

Viewing 10 posts - 1 through 10 (of 10 total)
  • #77884
    bozze
    Member
    Post count: 16

    1) Hi, I was trying to put my whole header as sticky header, and I did this tweak on the CSS and works partially:

    #header-section {
    position: fixed;
    top: 0px;
    }

    The issue is that the top bar overlays the header, and the header overlays the revolution slider or any content below it. Please help me to solve this, I’ve attached some pictures to show you better.

    2) I wanted to put a vertical lines between my best sellers, top rated and sale products on my index page, and I’ve created theses CSS rules:

    .center {
    		border-left: 0.1px solid #cccccc;
                    float: left;
                    margin-left: 10px;
                    padding-left: 10px;
                  			}
    .left {
    		float: left;
                    margin-left: 35px;
                  			}
    .right {
    		border-left: 0.1px solid #cccccc;
                    padding-left: 10px;
                    float: left;
                    margin-left: 10px;
                  			}

    It’s working on Firefox, IE, but in Chrome does not shows those lines. Also, if I minimize the window in any browser, the third box moves down, I would like to keep it align with the other boxes. I’ve also attached some pictures to show you this.

    My site is http://www.bozze.cl I will really will appreciate your help.

    #78173
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please enable sticky header again so i can see this change.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #78280
    bozze
    Member
    Post count: 16

    It’s enabled again.

    #78661
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try this custom css code :
    .inner-page-wrap{margin-top:160px !important}
    Hope that will help you sure.
    Thanks

    #78730
    bozze
    Member
    Post count: 16

    It does the trick partially, the top bar is still overlaying the header.

    And what about with my issue Nยฐ2?

    #79024
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove code to vertical lines . I will provide you correct code.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #79104
    bozze
    Member
    Post count: 16

    Hello,

    I’ve already removed the code for the vertical lines.

    #79309
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Use this code for the sticky header, as you will need the top bar to be sticky too:

    .header-wrap {
    position: fixed;
    top: 0px;
    }

    Try this for the dividers:

    .span4.center, .span4.right {
    margin-left: 15px;
    padding-left: 14px;
    border-left: 1px solid #e3e3e3
    }
    

    – Ed

    #79316
    bozze
    Member
    Post count: 16

    Hi Ed!

    About the dividers, now they appear in any browser but it didn’t solve the alignment problem when I reduce the size of the window.

    #79603
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code :
    .span4.center, .span4.right{margin-left:5px !important}

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register