New Topic

Reply To: Trying to slide sidebar a bit to the right

Home › Forum › Help › Trying to slide sidebar a bit to the right › Reply To: Trying to slide sidebar a bit to the right

#440

StartupWP
Keymaster

Actually, we’re working with CSS.

You should only need to copy and paste the following to your Custom CSS area inside your theme options:

#content { float: left; padding: 20px; width: 728px; }
#sidebar { float: right; margin-right: 0; padding: 40px 0; width: 20%; }

See https://startupwp.com/topic/customizing-your-theme/