-
AuthorPosts
-
April 12, 2015 at 4:22 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 12, 2015 at 8:02 am #566658Hi
In your template.css file change this
.main {
margin: 0 auto;
}
to:
.main {
margin-bottom: -30px;
}April 12, 2015 at 2:55 pm #566669Hi,
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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 12, 2015 at 3:14 pm #566670Hi
Could you disable your css optimization ?
Also after you changed the css did you cleaned t3 cache ?
April 12, 2015 at 5:51 pm #566675Yes, I cleaned the T3 cache before trying each method.
I disabled css optimization and tried again but it’s still not working.:((pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 12, 2015 at 6:12 pm #566676Hi
Please use my suggested solution above in this css file pluginssystemjat3jat3base-themesdefaultcsstemplate,css line 996
.main {
margin-bottom: -30px;
}
-
AuthorPosts
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