Single Post Width has become narrow
-
HI there,
all of the sudden, my single blog posts have a narrow width. Here’s an example page:
http://www.robinhallett.com/intuitive-healing/entrepreneurs-dry-spell-take-heart-honor-trickle/I am wondering if this had anything to do with some CSS I asked for help with here last week? this is the code I was given, and it works great – but now like I say the single posts are narrow.
Just incase it helps you, here’s the code:
@media only screen and (min-width:992px) {
body:not(.page-template-page_front-page):not(.page-template-page_fullwidth) #primary {
width: 63%;
}
body:not(.page-template-page_front-page):not(.page-template-page_fullwidth) #secondary {
width: 35%;
float: right;
}
}
thanks!
The topic ‘Single Post Width has become narrow’ is closed to new replies.
