hi there,

btw, i really liked this theme, have been playing with it for a week since got it.

one thing that i really missed from other themes (ex. omega) is the 100% width band. Ex. currently each region is wrapped inside grid container, so that i can't really create a region which is 100% in width with certain color applied, like most of frontpage design these days.

i wonder what is the best way to make it general.

thanks.

CommentFileSizeAuthor
#15 Capturar.PNG39.21 KBHigor Vaz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jorge.aguero’s picture

Change your page.tpl.php file using a subtheme to what you need. The bootstrap docs have a lot of good examples of how to implement their markup.

markhalliwell’s picture

Title: Band 100% width with color applied » Add full width wrappers around header, content and footer containers
Version: 7.x-3.x-dev » 7.x-2.x-dev

+1 I actually agree this should probably be in the base theme. I often have to override the tpl file for this as well. Perhaps we can simply add additional wrappers around the header, content and footer containers.

SabbeRubbish’s picture

Issue summary: View changes

Agree. Fixed width is not of these days anymore.
The real issue I see is the

<div class="main-container container">

in page.tpl.php.
If you combine this with an extra width=100%, you are almost there.
Only problem is the "container" class which should not be on top of a jumbotron.
Removing container class from this div in page.tpl.php results in page width of more than 100%...

markhalliwell’s picture

Version: 7.x-2.x-dev » 8.x-3.x-dev
Issue tags: +Needs backport to 7.x

Bumping this up to be taken care of in 8.x first.

markhalliwell’s picture

Assigned: Unassigned » ryan.armstrong

Forgot to assign.

ryan.armstrong’s picture

Sounds good. This is actually a common thing I have to add in when I build a site based off of Bootstrap.

SabbeRubbish’s picture

@ryan.armstrong: could you give us a quick workaround/patch of how you get to making it a full page width design - and avoiding the 100+% content? So I can adapt my theme already based on your experience. So we don't have to wait for the next release :-)
Thanks!

markhalliwell’s picture

Version: 8.x-3.x-dev » 7.x-3.x-dev
Assigned: ryan.armstrong » Unassigned
Issue tags: -Needs backport to 7.x

This will likely get fixed in 7.x-3.x first.

mbawazir’s picture

Dears,
I have same problem with MD Sliders module, where I set it on full width, but it doesn't appear as full width.
Please your support,

lquessenberry’s picture

Did anyone come up with a pretty good workaround for this?

WorldFallz’s picture

I'm not entirely sure, but it seems this issue the same as #2260199: Add toggle for .container or .container-fluid in Grid settings which has a patch.

gl2748’s picture

@ryan.armstrong Do you have have the page.tpl.php override that sorts this out?

twooten’s picture

For anyone still looking for a solution, have a look at http://pixel5.us/node/37

markhalliwell’s picture

Status: Active » Closed (won't fix)

#2260199: Add toggle for .container or .container-fluid in Grid settings provides an "either or" option, but to get both would require customization for whatever region/page you're attempting to do this with. This cannot be accomplished in this project and would ultimately cause major BC breaks.

Higor Vaz’s picture

FileSize
39.21 KB

Maybe this theme config can help you:
Home / Administration / Appearance / Appearance settings

Print