- This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago by rictans.
Tagged: width 1200 default
- AuthorPosts
- May 19, 2015 at 3:08 am #1548
rictansParticipantHi,
From one of your videos, it says the default width of the Ultra Theme is 1200. How do I go about changing this?
Thanks for your help,
Ric.May 19, 2015 at 1:37 pm #1555
Andrew MisplonKeymasterHi Ric
Thanks for your support.
You should be able to change Ultra’s width using this one rule:
/* Ultra Container Width */ .container { max-width: 960px; }
Adjust as required.
If you’re not already using a Custom CSS plugin I recommend: https://wordpress.org/plugins/simple-custom-css/. Once that’s activated you’ll find a Custom CSS menu item under Appearance. Insert the above rule there.
Let me know how you come along 🙂
Random Stuff
I finally have the initial documentation up for Ultra: https://purothemes.com/documentation/ultra-theme/. The next update will offer a boxed layout version. I’m working on that this week.
May 20, 2015 at 8:35 am #1560
rictansParticipantThanks for the .container max-width solution.
Actually I am trying to wrestle with getting the footer to be “contained” to the max-width value.Just read your updated Ultra documentation saying something about the boxed layout version… can’t wait… need it… got a tip to make the footer match max-width with the container? Tried max-width but the footer then is not centered but rather left justified.
.site-footer .footer-main {background: #7c90c4; color: #f01fa8; padding: 0 5%;max-width: 960px;}
Thanks, looking forward to your reply and “boxed layout” version.
Ric.May 20, 2015 at 9:56 am #1563
Andrew MisplonKeymasterThanks 🙂
I’ll have the next update shipped ASAP!
I’ve tested the CSS rule I sent above at Appearance > Custom CSS. To get access to Appearance > Custom CSS you’ll need to install the plugin Simple Custom CSS. In testing, that rule adjusted the container bound in all places, including the footer. But to clarify, this rule will only adjust the content bound, it won’t adjust the background color, the background color will still stretch 100%.
If you can perhaps explain a little further, I’ll do my best to resolve.
May 20, 2015 at 5:50 pm #1572
rictansParticipantHi,
Yes, “the background color will still stretch 100%”. I would like it to “contained” and centered like the Header and be able to change the colors of the footer.
I think I’ve read in the forum somewhere that you were going to add more comprehensive control of color and font styles… hope this is the case.
Thanks,
RicMay 22, 2015 at 8:05 am #1580
rictansParticipantHi Andrew,
I will be checking everyday for a “boxed layout” version! Hopefully with lots of font and color control.
No pressure!Ric.
May 25, 2015 at 10:50 am #1604
rictansParticipantHi… hope boxed version will be available soon… or please provide css for footer color etc. To follow max width and cetered on the browser like header and body of page.
Thank you.
Ric. - AuthorPosts
You must be logged in to reply to this topic.