Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • INSERM UMS33 Friend
    #908518

    Hello,

    I would like full width, the main menu bar (t3-mainnav) with the language bar (t3-topbar) top and the slideshow (t3-slideshow) on the home page. I put as an attachment to the party in full screen.
    Web site: http://www.institut-lwoff.fr

    Thank you for your help


    1. mainnav-slideshow-language-logo

    Adresse de Livraison:

    Ninja Lead Moderator
    #908920

    Hi,

    You will need to customise style for each position to retrieve that. Here is an example to force the main width:

    Open templates/ja_platon/css/custom.css file and add new CSS style

    .t3-wrapper .container {
        width: 100% !important;
    }

    Regards

    INSERM UMS33 Friend
    #908981

    Thank you. For the first code I found . I just found the second code that you can play on all positions at once. No need to customize each position.

    .t3-wrapper .container {
        width: 100% !important;
    }
    .row {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    If the person wishes also reduce the slideshow here is the code to put:

    .wrap {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        clear: both;
    }

    Regards

    Adresse de Livraison:

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

This topic contains 2 replies, has 2 voices, and was last updated by  INSERM UMS33 8 years, 7 months ago.

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