Div Container over the whole screen
-
Hello,
I would like our Desiner to go over the whole screen. For this I have two containers.Unfortunately, I have no idea of Css. In our plugin, we can insert Custom Css. I have already written something but unfortunately does not fit front and rear.
The main container now goes over the complete screen but how do I get it with the middle container?
hear a link : http://c-ase.de/case-selbst-gestalten
this is my Css
/* The Overlay (background) */
.fpd-container {
/* Height & width depends on how you want to reveal the overlay (see JS below) */
height: 100%;
width: 0;
position: fixed; /* Stay in place */
z-index: 2; /* Sit on top */
left: 0;
top: 0;
right: 0;
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}.fpd-product-designer-wrapper {
position: static;
overflow: hidden;
z-index: 11
}The blog I need help with is: (visible only to logged in users)
-
-
First – all threads in this forum are answered. It generally takes longer than an hour so some patience is required. When you answer your own thread (“bumping”), you take it out of the unreplied-threads queue that we work from, so it’s in your best interest not to do that. :)
Next – these forums are for sites hosted on WordPress.com, but you’re running the WordPress software on your own hosting. For help with a self-hosted site, try posting over in the WordPress.org forums:
https://wordpress.org/support/
You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:
- The topic ‘Div Container over the whole screen’ is closed to new replies.