Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • lailuluelo Friend
    #200043

    Hello,

    I don´t know what happen but I’m really confused. I need to remove two areas, one between menu position and the description of the category and one between footer and masshead and I can´t.

    I tried to modify visulization in layout but without result and thanks to ?tp=1 I justed see that they don´t have name…

    In this picture we have the same problem that in the las picture with the first area:

    Could you please help me?

    Thanks

    Saguaros Moderator
    #543728

    Hi

    If you don’t want to use a position in template, you can go to Admin area > Extensions > Template manager > Select template style which you’re assigning to that page > Layout tab > Choose a position you want to hide and set to None: http://prntscr.com/47dzt7

    For the white space, you can post your site’s URL here, I will suggest you further.

    lailuluelo Friend
    #543764

    I did it, I modified those positions to none, but still happens

    I just send you a PM with access data because is offline.

    thanks

    Saguaros Moderator
    #543864

    Actually, these spaces due to some padding/margin declared in those blocks and you can change it via css code.

    Please create a new css file called custom.css in this path: templates/ja_biz/css and add below css rule:


    .bottom-slide {
    display: none;
    }

    .t3-copyright {
    margin-top: 0;
    }

    .t3-footer.container {
    padding-top: 0;
    }

    You can also change to your desired value to suit your need.

    lailuluelo Friend
    #543959

    Thank you very much @saguaros, works!
    🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  lailuluelo 10 years, 3 months ago.

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