Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • puntje Friend
    #207490

    1. Can i change the size in the mobile of the footer 1-2-3-4 -> height. So it has less padding

    2. Also the footer information is not standing on every page in my mobile

    for joomla login, see first question in this forum about Medicare

    Ninja Lead Moderator
    #574572

    You can follow my answer below

    1) My way below will help you to change the size of the footer mobile

    + Open templates/ja_medicare/css/custom.css file (create new if it does not exist) and add new rule

    @media (max-width: 767px) {
    .t3-footnav .t3-module .module-title {
    font-size: 15px;
    }

    .t3-footnav .t3-module ul > li > a {
    font-size: 13px;
    }
    }

    Change the font-size to the value which suits your need

    2) JA Medicare uses many template styles, you need to check it from template manager and make sure that the page you’re viewing is assigned with template style that includes footer already

    For example: Go to Admin site -> Template Manager -> ja_medicare – Default -> Layout -> Responsive Layout -> Extra Small and enable footer-1, footer-2, footer-3 and footer-4

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 5 months ago.

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