WebsiteBaker Support (2.10.x) > Modules

MiniHero vs. Template Fruesteg: Contentbox bgrd Color (Issues)

(1/4) > >>

Legaziofunk:
The stats first:

MiniHero Banner Image v0.5 - (MH)
Template Fruesteg - (Fst.)
WB-Version 2.12.2 r379

First Note:
Yup, Chio Maisrieml mentions it a lot on his page, all his templates are considered "not recommended" for WB higher than 2.10. https://wbce.at/de/topics/template-probleme-wb-classic.php
So, I am not sure, if where I am coming from with my request here, has anyhting to do with it. So, just sayin'...

The Goal
I am installing a single-page-website where MH is basically dividing all the WYSIWYG sections.
Fst. has a border and a main contentbox. Or in other words: the contentbox does NOT reach from left to right. That's what I want.
I also want the background color on the border (retreived from the css for the body)

--- Code: ---body {
background: #69587A;
--- End code ---

be different than the one in the main contentbox

--- Code: ---.contentbox { background: #787982; }
--- End code ---

The Problem:
When the background color for Contentbox (GREY) is active, it also "lies" over the MH and the images can not be seen.


A quick solution would be outcommenting the css-color - but then it takes the same color as the background of the body (PURPLE).

Question

How do I solve this?


P.S.: And while I am at it: I also want that left area (under "SUPA") to disappear and thought, it's the class leftbox in Fst.


--- Code: ---<!-- <div class="leftbox"></div> -->
--- End code ---

But when I out-comment that one, nothing changes... any clues?

Thanyx heeeeeeeaps for your support!

And Merry F***ing Christmas!

dbs:
F***ing Merry Xmas to you too!
I would help you if you give a link to page.This help is easier.

Legaziofunk:
Very welcome:

http://www.christianemeusel.de/

here it is!

dbs:
You should give your body a margin: 0 and padding: 0
Every browser use their own margins, so you have to overwrite this.

Legaziofunk:

--- Quote from: dbs on December 29, 2019, 07:51:51 PM ---You should give your body a margin: 0 and padding: 0
Every browser use their own margins, so you have to overwrite this.

--- End quote ---

Thanx, already in it... did not post the entire body code...
...but I think, that's not the actual solution, is it?


--- Quote ---body {
   background: #69587A  /*url(img/bodybg.jpg) repeat-x 0 0   (Im Hintergrund liegt eine Grafik am oberen Rand an, die einen Verlauf hat)*/;
   margin: 0; padding: 0;
   height:100%;
   width:100%;
}
--- End quote ---

Navigation

[0] Message Index

[#] Next page

Go to full version