[Resolved] How to decrease primary navigation/Header height?

Home Forums Support [Resolved] How to decrease primary navigation/Header height?

Home Forums Support How to decrease primary navigation/Header height?

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

    I want to decrease the primary navigation height. Ihow to decrease header height? want to make header as woorkup.com site.

    #910632
    Leo
    Staff
    Customer Support

    Hi there,

    You’ve added this CSS which is causing the issue:

    li {
    	padding-left: 0px;
    	margin-bottom: 20px;
    }
    #910651
    Sanjay

    Yea after removing it is correct.

    Thanks.

    Can i get other code for bullet list space.

    #910666
    Leo
    Staff
    Customer Support

    Maybe something like this:

    .inside-article li {
    	padding-left: 0px;
    	margin-bottom: 20px;
    }
    #910673
    Sanjay

    This code is working.

    Again Thanks ๐Ÿ™

    #910700
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.