[Resolved] How to change the Sidebar WidthThis topic has 3 replies, 2 voices, and was last updated 9 years, 10 months ago by Andrew Misplon.Tagged: sidebar ultraAuthorPosts June 4, 2015 at 10:22 pm #1680 Andrew MisplonKeymasterHi kiviniarGreat to hear from you. Happy to help on something like this.Please try the following:/* Regular Containers */ .sidebar #primary { width: 70.413%; } #secondary { width: 29.587%; }Chrome Developer tool reckons that is equal to an actual content area in the sidebar, not including padding, of 300px. Let me know how it goes. June 4, 2015 at 10:59 pm #1681 kiviniarParticipantYou are a gem Andrew, that code worked.However, I used a little math and changed the % values as with your number I was getting the content area as 282pxUsed these values instead/* Regular Containers */ .sidebar #primary { width: 68.524%; } #secondary { width: 31.476%; } Once again thanks for your ‘SUPER SPEEDY RESOLUTION’ June 4, 2015 at 11:02 pm #1683 Andrew MisplonKeymasterAwesome 🙂 Thanks for sorting out the final numbers on your side. Glad I could help.Chat soon. Cheers.AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)You must be logged in to reply to this topic.