Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Manes Friend
    #207083

    Hello,

    On the homepage of uber (medicare version) I would like to show modules only (no other content on this page). In the menu item setting I selected a page with no content. But the “ugly thing” is that at the bottom of the page, just before the footer I have a big blank white space. Is it possible to get rid of it ?

    See the picture enclosed…

    Thank you for your help 🙂


    1. screenshot
    Adam M Moderator
    #573445

    Hi @encretpixel,

    Could you please provide your site url so I can have a look first ?

    Manes Friend
    #573693

    Just found the solution.

    The problem was that the homepage, besides the modules, has to show some content from articles.

    I went to : extensions / template manager / uber / custom code / Before </head> and added this code :

    <style type=”text/css”>
    .t3-content {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    .t3-mainbody {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    </style>

    This apparently override the css.

    I will then duplicate the template and remove this code to assign the template with padding to other pages.

    GTR Webdesign Friend
    #738709

    Next time it’s easier to just make a new layout in the template manager without a content block in it. 🙂

    Manes Friend
    #738756

    Thank grafitotall, I thought about this solution, but the ting is that this white space is not belonging to a block but the content on the page itself…

    And unfortunately I have spoken too soon :((

    I have duplicated the template #1 in the template manager and when I want to delete the code in the template #2 (extensions / template manager / uber / custom code / Before </head>) it also it disappears in template #1…

    Any idea what I do wrong ?

    Thank you

    GTR Webdesign Friend
    #573773

    If you want to achieve what you want, you have to build your own template by copying and tweaking the existing MediCare template.
    Here is the link to the documentation how to do that: http://www.t3-framework.org/documentation/bs3-layout-system

    Adam M Moderator
    #573774

    Hi @encretpixel,

    As mentioned above, please kindly provide your site url and temporary admin account via private reply so I can investigate the problem for you.

    Manes Friend
    #573837

    Hello,

    Thank you for your time, I didn’t have the opportunity yet to publish the website online (it now runs on a local wlan server).

    Well anyway this time found a solution.

    Used this extension : https://blackdale.com/index.php/extensions/easyscript

    This allowed me to put the code mentioned in my previous post in the header of only the homepage, which is solving the problem 🙂

    Thanks for all your help.

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

This topic contains 7 replies, has 3 voices, and was last updated by  Manes 9 years, 5 months ago.

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