Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @skumar1st,

    Please add the following code to your Appearance -> Customize -> Additional CSS:

    @media only screen and (min-width: 960px) {
    	/*horizontal line*/
    	#content .container .col {
    	    padding-right: 0px !important;
    	}
    	/*vertical line*/
    	.nv-sidebar-wrap.col-sm-12.nv-right.blog-sidebar {
    	    margin-top: 0px !important;
    	}
    }

    Also, to mention that this is not a bug or a problem of the theme, it’s just about design preference.
    Hope that helps!

    Thread Starter skumar1st

    (@skumar1st)

    Thanks for reply.

    Its work on top but still gap line available in bottom.

    Pls see https://i.imgur.com/hTQpXET.png

    Thanks for support.

    Add this in Additional CSS too:

    .nv-sidebar-wrap.col-sm-12.nv-right.blog-sidebar {
        margin-bottom: 0px !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Horizontal Line and Vertical Line’ is closed to new replies.