Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • iaassens Friend
    #194722

    Hi Joomlart team,

    Is there any quick method to make this theme boxed instead of full width?

    cheers,

    chavan Friend
    #522370

    if you need this kind of a layout

    Go to this File: /templates/ja_appolio/css/template.css

    Add this code to the very first Line of the page

    .t3-wrapper > div, .t3-wrapper > header, .t3-wrapper > footer {
    margin: 0 auto;
    width: 960px;
    }


    1. Aviary-joomla-templates-joomlart-com-Picture-1
    iaassens Friend
    #522375

    Wauw, great. Thats exactly what I was looking for. Thanks a lot. 🙂
    Another question, how do I get the the header to also stay within that widt when it reappears after scrolling down and then up again.

    chavan Friend
    #522385

    Go to this File: /templates/ja_appolio/css/template.css

    Replace this code

    .t3-header.affix {
    position: relative;
    z-index: 100;
    margin-top: 0;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    with

    .t3-header.affix {
    position: relative !important;
    z-index: 100;
    margin-top: 0;
    top: 0;

    }

    iaassens Friend
    #522388

    Hmm, that did not work for me. The header did stay within the boxed width but it did not reappear when scrolling up again and I need that feature. Setting the position to fixed made the header align to the left of the window and not centered.

    Also, is there any way to make it so that only the video position has full width layout, and all other is boxed? –edited– Fixed this by assigning different styles to different pages.

    chavan Friend
    #522765

    Please post me your site Url. Without that it is getting difficult for me to suggest you.

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

This topic contains 6 replies, has 2 voices, and was last updated by  chavan 10 years, 9 months ago.

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