-
AuthorPosts
-
June 9, 2014 at 8:40 am #198620
I would resize the dimensions of some parts of my home page, specifically:
the distance between the end of the article in layout position and the start of the mashead containerthe height of t3 container-mashead
and the height of the footer section
I have examinated the page with firebugs but didn’t find a solution. Could someone indicate me which lines of the css should I modify?
Thanks in advance- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 10, 2014 at 3:50 am #538415Could you post your site’s URL here and screenshot illustrate how you want it should be?
Also turn off Optimize CSS option in template manager section in backend
June 10, 2014 at 10:37 am #538465The url is http://www.liceogmarconi.gov.it/joomla3. As for dimension I have to try so I can’t indicate a precise one. Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 11, 2014 at 3:26 am #538552You can try with my workaround here:
– Create a new css file called custom.css in this path: /templates/ja_biz/css
– Add these css rules:
/* distance of article */
.blog-featured .items-row .item {
margin-bottom: 0;
}/* height for masshead */
.t3-wrapper.home .t3-mashead {
height: 150px;
}/* footer section */
.t3-footer.container {
padding-top: 0;
padding-bottom: 0;
height: 300px;
}
You can change attribute above to suit your need.
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by robyrom 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum