This topic is: not resolved
- This topic has 0 replies, 1 voice, and was last updated 1 year ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › StudioPress Themes › Magazine Pro › Reducing the overall width and adjusting text
Hello
I trying to narrowing the width of Magazine Pro. I was able to do this with some helpful code that I go of this forum which I am using in the Additional CSS. However, I can't quite fix the text in the main body which now almost touches the side bar text -see the attached screen shot: https://monosnap.com/file/dH5xpsVM5QDDyYeVk8xfbHy5jbSDlQ
Am hoping to get some guidance about how to fix - I have set out the code I am using in the Additional CSS below:
body, .entry-content p { font-size: 14.5px; }
.sidebar .widget-title { font-size: 15px; }
body {
margin: 0 auto;
width: 1000px;
}
#inner {
width: 800px;
padding: 40px;
}
.content-sidebar #content-sidebar-wrap {
width: 950px;
}
.content-sidebar #content {
width: 740px;
}
.sidebar {
width: 240px;
}
.full-width-content #content {
width: 950px;
}
.footer-widgets-1, .footer-widgets-3 {
width: 335px;
}
.footer-widgets-2 {
width: 340px;
}
© 2024 WPEngine, Inc.