jessicaclark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Section Content WidthNo problem, I appreciate the response and I am still going to use the theme 🙂
Forum: Themes and Templates
In reply to: [Quark] FUll width home page/ masonryHi and thank you for continuing to help! Yes, I changed both for .site-content. I have also tried using !important clause and applying the rules to
– div#primary.site-content.row
– .site-header
– .bannerEverything is still boxed into 1200px! When I inspect the site live, max-width:auto; is struck out.
Thanks again,
Jess
Forum: Themes and Templates
In reply to: [Quark] FUll width home page/ masonryhmmm, no go. I tried applying this rule to all elements with the 1200/90 attribute and nada. I’ll keep digging around.
Thank you!
Forum: Themes and Templates
In reply to: [Tiny Forge] Vertical Rules in gutters; Footer WidgetsI will be happy to share the site when it’s finished! I tired the above css;
first I added it to my child theme, then I tried replacing it in the parent theme. No go ;/
Just to make sure I wasn’t throwing anything off with my child theme, I went ahead and commented out all my modifications to see if simply replacing it in the parent theme would work. Still no go !Any ideas? I will happily make you a login for the site since it is private if you feel like poking around 😉
Thanks for your time!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Sidebar shortens footers full page widthHi all,
I was happy to stumble apron this forum today as I have been struggling with a client site with this EXACT ISSUE and info is nowhere else to be found.These are the things I have done –
Parent and child —-
.sidebar .site-footer .widget-area {
max-width: 1040px;
position: relative;
left: 0px;
}Child ——-
.sidebar .site-footer .widget {
width: 245px;
}Parent Functions.js —-
Changed
if ( $.isFunction( $.fn.masonry ) ) {
var columnWidth = body.is( ‘.sidebar’ ) ?228 : 245;To
if ( $.isFunction( $.fn.masonry ) ) {
var columnWidth = body.is( ‘.sidebar’ ) ? 245 : 245;Travis – did you do anything else?
Rohit – did I miss anything?
Apotteredd – your’s is exactly what I am looking to do. Mind mentioning the tweaks you made? Any insight to this is greatly appreciated!