Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1396249
    mynemesis
    Participant
    #1396303
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .single-x-portfolio .x-container.max.width.main {
        max-width: 100%;
        width: 100%;
    }
    
    .single-x-portfolio .entry-top-navigation {
        max-width: 1200px;
        width: 88%;
        margin: 0 auto;
    }

    Hope it helps 🙂

    #1396921
    mynemesis
    Participant

    it works nicely thanks Thai!

    #1397287
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

    #1397819
    mynemesis
    Participant

    hi guys sorry for bothering you again 🙂

    from the code Thai given above it works great to make the background full width

    but

    it also make the text on a different portfolio page flow all the way to the edge (please see this page below)

    http://brandcastmedia.com.au/portfolio-item/49-murray-street-perth/

    Is there anyway if i could add a ‘padding’ to the left and right side of the text area BUT still keep the background color full width?

    like this (please see attached!)

    #1397954
    Rupok
    Member

    Hey there,

    It’s actually causing by the below code you have added :

    .x-main.full {
    	float: none;
    	display: block;
    	width: auto;
    }

    Let’s add this as well to solve the issue :

    .single-x-portfolio .x-main.full {
    	padding: 0 50px;
    }

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1396249 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>