28 | Posts |
483 | Posts |
16.6K | Downloads |
1 | Themes |
1 | Plugins |
Hi, you can edit the template someway like this:
in /themes/Light_Texture/template.php:
<body>
<div id="headerwrap">
<?php gpOutput::Get('Extra','Header'); ?>
<div>
...
Or another variant can be this:
in /themes/Light_Texture/template.php:
<body>
<?php gpOutput::Get('Extra','Header'); ?>
<div id="headerwrap">
<div>...
+ add to base.css:
div.gpArea_Extra_Header { margin-left:3em; }
28 | Posts |
483 | Posts |
16.6K | Downloads |
1 | Themes |
1 | Plugins |
Thanks, I am glad, if it worked for you, this problem was quite easy to solve using "hack the web" plugin :) And yet maybe this one small change can improve it a bit more: to put that extra area into another div and to add styling for h1..h4, so it will change bg color and remove empty space above header tag, e.g. like this:
<div style="background-color:#1d8bb3;"><?php gpOutput::Get('Extra','Header'); ?></div>
div.gpArea_Extra_Header h1, div.gpArea_Extra_Header h2, div.gpArea_Extra_Header h3, div.gpArea_Extra_Header h4 {margin:0}
maybe not much use, I dunno.
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More NewsFind out more about our Provider Spotlight
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using