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

    (@stepquick)

    #content {
    margin: 0 34% 0 7.6%;
    width: 58.4%;
    }

    that appears to be what’s causing your weirdness.

    Try changing margin to margin:0;

    stepquick

    (@stepquick)

    .singular #content, .left-sidebar.singular #content {
    margin: 0 7.6%;
    position: relative;
    width: auto;
    }
    
    .one-column #content {
    margin: 0 7.6%;
    width: auto;
    }

    That seems these need to be removed also for it to work properly. Or you need to redo the template.

    Thread Starter tgraasch

    (@tgraasch)

    So I should copy/paste the CSS parent template and remove those two bits along with editing the first you mentioned? I’ll try this and let you know…though there seems to be a significant lag for my edits to show on the site. Thanks for the quick reply!

    stepquick

    (@stepquick)

    These may mess with the template a lot, I don’t know if this is the proper way, but those margins are definitely causing the information to be moved like that.

    Thread Starter tgraasch

    (@tgraasch)

    Using firebug live-edit I altered the bits you mentioned to this:

    .singular #content, .left-sidebar.singular #content {
    margin: 0 0;
    position: relative;
    width: auto;
    }

    .one-column #content {
    margin: 0 0;
    width: auto;
    }

    and it seemed to do the trick. Thanks very much for the help!

    This might seem like a silly question (still learning…!) but how did you isolate those particular parts of the CSS code? I’ve been using firebug but can’t seem to get that specific like you did.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘align Easing Slider on twenty eleven child theme’ is closed to new replies.