Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • pittigeteksten Friend
    #196978

    In the Purity III features layout (the default layout for the quick install version), the masthead extends to fill the whole screen width. However if I want to add a video to the masthead, only a small window is shown. Can I use the entire width for displaying video, photo’s or even a virtual tour opened within an iframe? I’d like to use this when building a new and modernized site for http://www.molenvrienden.nl (a site for the volunteers keeping monumental windmills in operation in the Netherlands).

    Pierre

    chavan Friend
    #531936

    Is this the site http://www.molenvrienden.nl/ where purity iii is installed. If not provide the right one to suggest.

    Add this code to custom.css , documentation http://t3-framework.org/documentation/bs3-customization#custom-css

    .page-masthead .container{
    width:100% !important;
    }

    pittigeteksten Friend
    #532315

    Thanks! That made it bigger, however there are still unwanted margins around the slideshow I have now in the masthead. I am building the new site on http://x.molenvrienden.nl.

    TomC Moderator
    #532316

    Try adding this code to your custom.css:


    .row-feature {
    margin-left: -20px; margin-right: -20px;
    }

    See if that does the trick for you with regard to the margins for the slideshow.

    pittigeteksten Friend
    #532318

    Now that I know that, I have modified it to:

    .row-feature {
    margin-left: -20px; margin-right: -20px;
    margin-top: -100px; margin-bottom: -60px;
    }

    This looks good in my opinion!

    pittigeteksten Friend
    #532319

    Wait a minute, changing the margins has unexpected effects when making the screen smaller, as you can see on the screenshot below:


    1. purity_err
    chavan Friend
    #532335

    Go to this File: /templates/purity_iii/css/custom.css

    Replace this code


    .page-masthead .container{ width:100% !important; }

    With

    .page-masthead .container {
    padding: 0 !important;
    width: 100% !important;

    }

    pittigeteksten Friend
    #532452

    That works even better, since it affects the masthead only. I adjusted it to my taste as follows:

    .page-masthead .container {
    padding: 0 !important;
    width: 100% !important;
    margin-top: -60px; margin-bottom: -30px;
    }

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

This topic contains 8 replies, has 3 voices, and was last updated by  pittigeteksten 10 years, 7 months ago.

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