Community Forums › Forums › Design Tips and Tricks › Eleven40 Theme
Tagged: Eleven40
This topic contains 21 replies, has 4 voices, and was last updated by anitac 4 months, 2 weeks ago.
-
AuthorPosts
-
December 24, 2012 at 6:34 pm #7339
Thank you Riavon for your assistance. You have a nice theme.
Just one last question. How can I extend the width of the main content. I have seen the following in the css file:
.content-sidebar-sidebar #content {
border-left: none;
padding: 25px 39px 30px 0;
width: 620px;
}This looks like the correct section but increasing the width from 620 to a larger number does not seem to have any effect. Do you have a solution?
December 24, 2012 at 6:39 pm #7340Ha, well by “my” theme I meant it’s my favorite and/or the one I’m most experienced customizing.
Yes, that is the correct code to modify. What is the width you wish to increase the size to? Remember that it’s got quite a bit of right-side padding, and that any increase in the width of this section may require adjustments to the widths of your sidebars. Meaning that you may need to decrease the right-side padding a bit in order to widen it.Try this:
.content-sidebar-sidebar #content {
border-left: medium none;
padding: 25px 20px 30px 0;
width: 680px;
}
Twitter: @riavonentprises
December 24, 2012 at 6:48 pm #7343The css change made no difference at all.
December 24, 2012 at 6:50 pm #7344Did you clear your browser cache and reload? I assure you, it will make a change.
Also be sure that you’ve actually saved your changes (I forget to do that sometimes and wonder why the heck it’s not working!)
I’ve got to sign off for the night, and go do Christmas Eve. I’ll check back in after the holiday festivities.
Twitter: @riavonentprises
-
This reply was modified 4 months, 3 weeks ago by
Riavon.
-
This reply was modified 4 months, 3 weeks ago by
Riavon.
December 24, 2012 at 6:53 pm #7346That would help wouldn’t it?
It was a browser cache problem. That you very much for your assistance.
December 25, 2012 at 12:38 am #7358Does anyone know how to add a submenu to each of the menu items?
December 25, 2012 at 1:09 am #7360Never mind… I figured it out. You need to drag the sub item over the top level menu item. This will create a sub item.
December 25, 2012 at 1:10 am #7361Never mind… I figured this out. You need to drag one item over another item in the menu system.
-
This reply was modified 4 months, 3 weeks ago by
-
AuthorPosts
The topic ‘Eleven40 Theme’ is closed to new replies.