Make page width wider using body_class
-
Hello,
I have desperately been trying to get just this one page wider because my blog is 900 px wide, but the BlogFrog javascript requires 960 px to be displayed properly:
https://www.mommylivingthelifeofriley.com/blogfrog-community/
I have the following inserted for the body tag in my header.php file:
<body <?php body_class(); ?>>
But for the life of me, I can’t figure out how to style my css. I think I need to use the following, .page-id-15139 { width: 960px; }
but I can’t figure out what specific part of my css is controlling the width of my post.Can anyone take a look at my code and see if they can shed some light on the situation? I’ve been racking my brain on this one, with no results whatsoever. Thanks so much!
- The topic ‘Make page width wider using body_class’ is closed to new replies.