hero-xlarge.css in View Modes Inventory - Bootstrap Ready 8
.hero-view-mode.xlarge .main-content {
position: relative;
}
.hero-view-mode.xlarge .hero-content {
position: absolute;
width: 50%;
top: 20%;
bottom: 20%;
left: 5%;
right: 5%;
padding: 1.2em;
z-index: 3;
}
File
css/hero/layout/hero-xlarge.css
View source
- .hero-view-mode.xlarge .main-content {
- position: relative;
- }
- .hero-view-mode.xlarge .hero-content {
- position: absolute;
- width: 50%;
- top: 20%;
- bottom: 20%;
- left: 5%;
- right: 5%;
- padding: 1.2em;
- z-index: 3;
- }