Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jessicaclark

    (@jessicaclark)

    No problem, I appreciate the response and I am still going to use the theme 🙂

    Thread Starter jessicaclark

    (@jessicaclark)

    Hi 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
    – .banner

    Everything is still boxed into 1200px! When I inspect the site live, max-width:auto; is struck out.

    Thanks again,

    Jess

    Thread Starter jessicaclark

    (@jessicaclark)

    hmmm, no go. I tried applying this rule to all elements with the 1200/90 attribute and nada. I’ll keep digging around.

    Thank you!

    Thread Starter jessicaclark

    (@jessicaclark)

    I 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!

    Hi 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!

Viewing 5 replies - 1 through 5 (of 5 total)