• Resolved ntumblin

    (@ntumblin)


    Hello,

    Is there a way to position the sidebar-default-border below the sidebar-default widget?

    Thanks,

    Nathan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @ntumblin, you’re back!

    Just reverse the styles defined for both the bordered and border-less sidebars. Add this to Appearance > Customize > Additional CSS in your Dashboard:

    .sidebar-borders {
    	padding: 0;
    	border: none;
    }
    
    .sidebar-no-borders {
    	padding: 25px 25px 0 ;
    	border: 1px solid #1a1a1a;
    }

    Have fun!

    Thread Starter ntumblin

    (@ntumblin)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar-Default-Border’ is closed to new replies.