wider than 640 px twenty then page, is it possible?
-
hello,
i want to make the central part of this page (in grey):
http://en.davidfernandez.org/ecce-cello-videos/
960 px width. so i am able to post videos of 940px width, instead of the 640 px limit.
is it possible??
i just want to do it in that page.
thanks a lot in advance.
david
-
i have got it using
.page-id-1305 .entry-content { width: 990px; }but now i would like to change the central band color from grey to white…
any suggestions.
thanks
-
hello!
any idea how to change the color or the width of the central grey band?thanks a lot
david
-
but now i would like to change the central band color from grey to white…
You have the following custom CSS saved in your Appearance → Custom Design → CSS editor:
#content { width: 660px; background: #D8D8D8; }That background rule is what’s making the main content area background gray. Remove the “background: #D8D8D8;” part to get rid of the gray background.
- The topic ‘wider than 640 px twenty then page, is it possible?’ is closed to new replies.