Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • schlagerparade Friend
    #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!


    1. Knipsel
    TomC Moderator
    #483090

    Try 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

    😎

    schlagerparade Friend
    #483103

    yeah, 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 Developer
    #483120

    Hi,

    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

    schlagerparade Friend
    #483289

    strange, didn’t get an emailnotification of your reply, but will try it thanks!

Viewing 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