Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • msiraco1 Friend
    #205463

    Hello,
    I would like to remove the white space that is below the slideshow & above the menu (Please see: http://us501.directrouter.com/~blesseds/ In Other words I would like the slideshow to sit on top of the menu. I’ve tried all I know which is limited.

    One Note: Go to the backend, extensions, template manager, select ja_edenite – Default, T3 Options tab, Layouts tab, edit default layout: Here I added: <block name=”mike” type=”modules”>mike</block>
    This is the position on the template where the slideshow is assigned. I’m mentioning this because maybe it has something to do with the problem?

    Thanks.

    pavit Moderator
    #566658

    Hi

    In your template.css file change this

    .main {
    margin: 0 auto;
    }

    to:

    .main {
    margin-bottom: -30px;
    }

    msiraco1 Friend
    #566669

    Hi,

    It didn’t work, below is the section of template.css that I changed.

    /* MAIN LAYOUT DIVS
    ——————————————————— */
    #ja-wrapper{ margin: 0 auto; width: 950px; }
    this is the closest to what you said to change the I could find
    /* #ja-wrapper{ margin: 0 auto; margin-bottom: -30px; width: 950px; } */

    I then tried to change this
    #ja-container .main { overflow: hidden; padding: 0; margin-bottom: -30px; }

    .main .main-inner1 { margin-left: 0; margin-right: 0; }

    #ja-main{ overflow: hidden; }

    .ja-content-main .item-page{ padding-top: 5px; }
    :((

    pavit Moderator
    #566670

    Hi

    Could you disable your css optimization ?

    Also after you changed the css did you cleaned t3 cache ?

    msiraco1 Friend
    #566675

    Yes, I cleaned the T3 cache before trying each method.
    I disabled css optimization and tried again but it’s still not working.:((

    pavit Moderator
    #566676

    Hi

    Please use my suggested solution above in this css file pluginssystemjat3jat3base-themesdefaultcsstemplate,css line 996

    .main {
    margin-bottom: -30px;
    }

    msiraco1 Friend
    #566677

    Thank you Pavit, It worked! Have a great day. 🙂

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

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

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