-
AuthorPosts
-
February 11, 2013 at 12:55 pm #184860
hi,
I don’t know what it’s called so I added an image, it’s the (I must say poorly) circled space. I want to make it smaller or even make it disappear alltogether. T3v3 &Joomla 3, http://www.voetreflexborn.nl
thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 11, 2013 at 6:09 pm #483090Try This . . . .
Within file path —> /ja_t3v3_blank/less/style.less
at line 68, you should see the following:
.ja-mainbody {
padding-bottom: 40px;
padding-top: 40px;
}Modify the “padding-top” property as follows:
.ja-mainbody {
padding-bottom: 40px;
padding-top: 0;
}Hope That Helps
😎
1 user says Thank You to TomC for this useful post
February 11, 2013 at 7:34 pm #483103yeah, that sounds right, but that looks like this
.ja-mainbody {
padding-bottom: @BaseLineHeight*2;
padding-top: @BaseLineHeight*2;
}
what to do with thát?Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 12, 2013 at 2:40 am #483120Hi,
Thank to my colleague @tomc
@schlagerparade, you just try to modify the CSS rule as TomC has said above..ja-mainbody {
padding-bottom: @Bas eLineHeight*2;
padding-top: @Bas eLineHeight*2;
}
to.ja-mainbody {
padding-bottom: @Bas eLineHeight*2;
padding-top: 0;
}or
.ja-mainbody {
padding-bottom: 0;
padding-top: 0;
}Once you saved your changes, please go to backend and press Compile LESS to CSS.
Hope it helps.
Regards
1 user says Thank You to Wall Crasher for this useful post
February 13, 2013 at 10:45 am #483289strange, didn’t get an emailnotification of your reply, but will try it thanks!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by schlagerparade 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
getting rid of the whitespace
Viewing 5 posts - 1 through 5 (of 5 total)