Moving The Page Header Above The Container - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Moving The Page Header Above The Container

D

Darek

Helix Framework 3 years ago

Hi there JS, in the default configuration Helix 2.x, the header page (class="header-page") of the joomla is placed inside the container class (class="conttainer"). Can I move this item over .container? I would like to set the page-header width to 100% of the window and the container width to 1320px.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #54356

Hi Darek,

  1. PHP/HTML template code customization is beyond support. On your hands only.
  2. And it wouldn't be simpler and safer to just rewrite the CSS style so that you can make it max-width 100%. The point is that you don't throw the baby out with the bathwater.

Example, I am guessing...

#page-header > .container {max-width: 100%; width:100%;}

How to use Custom CSS - Helix Manual.

0