Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • conshelf Friend
    #658570

    Hello,

    I’m not sure what happened, I’m assuming is a CSS class that is causing this. The home page layout just all of a sudden got out messed up. The content is outside the main content area.

    Could someone take a quick look and see what is up?

    http://ecomagazine.cloudaccess.host/

    Thank you,
    John

    TomC Moderator
    #658615

    I’m not 100% positive, but the following may be the culprit . . .

    Within file path —> /templates/ja_teline_v/local/css/bootstrap.css
    at line 437, make the following adjustment . . .


    .row {
    margin-left: -10px;
    margin-right: -20px;
    }

    Better ??

    TomC Moderator
    #744711

    I’m not 100% positive, but the following may be the culprit . . .

    Within file path —> /templates/ja_teline_v/local/css/bootstrap.css
    at line 437, make the following adjustment . . .


    .row {
    margin-left: -10px;
    margin-right: -20px;
    }

    Better ??

    conshelf Friend
    #658945

    Thanks Tom,

    I was able to rectify with some overrides, I just thought it was strange that it happened all of a sudden. I must have some CSS somewhere that is messing it up.

    Anyway, here’s the code that helped fix my issue:


    .layout-magazine #t3-mainbody .row {
    margin-left: -10px;
    margin-right: -10px;
    }

    .layout-magazine .t3-content {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 500px !important;
    }

    conshelf Friend
    #744796

    Thanks Tom,

    I was able to rectify with some overrides, I just thought it was strange that it happened all of a sudden. I must have some CSS somewhere that is messing it up.

    Anyway, here’s the code that helped fix my issue:


    .layout-magazine #t3-mainbody .row {
    margin-left: -10px;
    margin-right: -10px;
    }

    .layout-magazine .t3-content {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 500px !important;
    }

    TomC Moderator
    #658972

    Happy to see you were able to sort it out . . . All the best with your continuing site development !!! 🙂

    conshelf Friend
    #658998

    Actually, this isn’t solved.

    Those adjustments to the home page have now messed up the other pages.

    Home: http://ecomagazine.cloudaccess.host/

    Events: http://ecomagazine.cloudaccess.host/events/

    TomC Moderator
    #658999

    <em>@conshelf 486497 wrote:</em><blockquote>Actually, this isn’t solved.

    Those adjustments to the home page have now messed up the other pages.

    Home: http://ecomagazine.cloudaccess.host/

    Events: http://ecomagazine.cloudaccess.host/events/</blockquote>

    Not sure I’m seeing what’s “messed up” within the second link you provided. :-[

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  conshelf 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum