making item full width

Support Area Forums Elite making item full width

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://cruzinhawaii.com
  • Author
    Posts
  • #30877
    Avatar photoR. whitehouse
    Participant

    Hello,

    I am using themify builder with the elite theme and there is an option to make any of the items full width but when I select this option it does not work. When I contacted the builder support they said that the theme could be restricting this. Do you know of code that will allow the theme to be open to this full width option? Thanks in advance for your help.

    #30880
    Bill Robbins
    Moderator

    It may be possible to do that. The how would depend on where you’d like to make the content area full width. Do you have a spot in mind?

    #30904
    Avatar photoR. whitehouse
    Participant

    I added the below code so that the map would be full width on the “Where to go?” page but it does not work. I am stumped! Thank you for your help.

    .page-id-2374 .container {
    max-width: 100%;
    }

    #30909
    Bill Robbins
    Moderator

    Good Morning,

    You’re thinking in the right direction with CSS. The only thing is the div that sets the width is called .wrap. If WooCommerce is active it will add one called .container to its pages, but otherwise it’s not a class that this theme uses.

    So try going with this:

    
    .page-id-2374 .wrap {
    	width: 100%;
    }
    

    and see how that goes,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘making item full width’ is closed to new replies.