Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • arturb Friend
    #909792

    It is a question I was going to ask for other templates as well, it seems there is no easy setting to get this done and template support article does not explain it clearly either. I myself changed the lessvariables.less file but changing settings there had no impact on display.

    Ninja Lead Moderator
    #910350

    Hi,

    You can use this way to change full width on JA Healthcare template

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

    @media (min-width: 1600px) {
        .container-hd {
            width: 100%;
        }   
        .t3-mainnav.affix {
            width: 100%;
        }
    }

    Regards

    mazhar shah Friend
    #912306

    Is it possible to apply this only to certain ‘pages or ‘themes’ of the template?

    Ninja Lead Moderator
    #912614

    Is it possible to apply this only to certain ‘pages or ‘themes’ of the template?

    You can send me the URL of pages / themes you want to apply, I will check for you.

    mazhar shah Friend
    #913138

    I am still waiting for sobi pro to update their component. Its a directory component.. I will want the directory listings to take the entire width of the main page. As soon as I have an update from them i will contact you about this. Thank you.

    Ninja Lead Moderator
    #917285

    Yes, let me know if you need further assistance.

    art3 Friend
    #919416

    Hi Ninja Lead,

    You are a True Ninja !!!
    Everything is perfect,

    My job: http://spanglish.pe/01/

    Thanks !!!!

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

This topic contains 7 replies, has 4 voices, and was last updated by  art3 8 years, 7 months ago.

The topic ‘The "Template JA Healthcare" Can we change it to fullscreen?’ is closed to new replies.