How do i widen the Menu Column?
Widen Menu Column
(4 posts)
(3 voices)
-
Posted 3 months ago #
-
Hello jed,
Add this in Dashboard -> your theme -> General Settings -> Custom CSS,
#header { width: 300px !important; } #header_inner { width: 240px !important; }Posted 3 months ago # -
can I widen the body of a page to fill the rest of the screen to the right?
It looks like all the different pages are only a set dimension wide.
thanks
DennisPosted 3 months ago # -
It's going to take a lot of CSS editing but to get you started find line 140 in
/wp-content/themes/myriad/style.css,#content_wrap{margin-left:200px;min-height:100%;position:relative;width:700px;}And increase the width there.
Posted 3 months ago #
Reply
You must log in to post.













