Feature Request: Independent Header & Body Widths and More

Posted in: Newspaper
Post count: 322

One huge feature that’s missing from this theme is the ability to have a full width header with a boxed content wrapper. Like so:
http://www.screencast.com/t/hmURJrfQ

Furthermore, with the design currently set to full width, the primary sticky navigation menu is only the width of the boxed content area. This menu should be full width anytime the header is full width. Same for the top menu with the time and social icons widget area. The header, in terms of width management, should fully encompass the top menu, logo and main (mega) menu areas together.

This would be most useful as options in the theme panel. Separate the body and header widths completely so each is fully independent. The possible combinations should include:

Full width header + full width body
Full width header + boxed body
Boxed header + boxed body
And the menus should really follow the header in all cases

How about it? Customer support of this idea? Dev team support?

Post count: 9544

Hey ‘Big K’ ! (popping in just to check on bugs for new update) …

I asked about this previously. Because the layout “below the full width navbar” is in three sections for advertising option:

[left] | [mid-body-mid] | [right]

you would basically need to apply a background image to the left element, and the right element to achieve that.

And so to do a gradient background top-down to cover full width, you’d pretty much need to apply gradient to [left] [mid] [right] as three sep divs/sections. Or, to leave center area alone, you’d apply a background to the two divs, sort of like manually applying an image in place of adverts to those two divs – outside the theme options; using custom CSS.

There is answer from marius/radu on this topic on how to do it now, if you’re interested in hunting that down. Sorry I don’t have it handy.

Post count: 322

Well it’s not simple but good rarely is. Thank you sir. I’ll hunt that down later this evening.

Post count: 854

hi,
thank you for your suggestion, we will discus this.

Thanks for you message.
Radu A.

Post count: 9544

Would be nice option to have as choice from panel.

But here was my old post
https://forum.tagdiv.com/topic/adding-page-background-site-wide-not-using-theme-panel/

From Radu A

http://screencast.com/t/kinWT9k1

body  {
  background-color:blue !important;
}

div.td-header-bg {
 background-color:#00ff00 !important;
}

div.container.td-logo-rec-wrap {
   background-color:#ffffff !important;
}

div.td-menu-background.affix-top {
 background-color:red !important;
}

div.container.td-menu-wrap {
  background-color:#ffffff !important;
}
Post count: 9544

BTW: Radu A

the word “Support” still says “Suport” in the English version of the support forum, top of each page:

tagDiv community / Private: Newspaper

Skip to content

Suport

Our portfolio

Newspaper documentation

Post count: 322

http://screencast.com/t/xLXKpKMMH
Screen print of the forum typo (bugs me too!).

It would be a great addition to the theme panel. That and the option to directly enter the Twitter via source are sorely needed.

Thanks again for the help Christopher… I will be testing this out today.

Post count: 3343

Hi,
Fixed the Support word, thanks 🙂

We will make the Twitter username from panel in the next version.

Post count: 322

@Marius Great to know. Thanks

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.