Full size image overriden by theme
-
HI… this is my first site that i’m working on, and i know next to nothing about css
I like your plugin and wish to use it but i need the theme’s navigation header to display… I think the theme default column width is overriding the width of the image in splash.
I think this is the what’s going on the page in question –
*, *::before, *::after {
box-sizing: border-box;
}
*, *::before, *::after {
box-sizing: border-box;
}
.snowball-block-splash-bg {
background-color: #fff;
background-image: url(“https://simplywell.me/wp-content/uploads/2016/02/fruitandveg.jpg”);
background-position: center center;
background-size: cover;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}
*, *::before, *::after {
box-sizing: border-box;
}
*::-moz-placeholder {
color: #9e9e9e;
}
*::-moz-selection {
background: #ecf8fe none repeat scroll 0 0;
color: #12719d;
text-shadow: none;
}
.snowball-block-splash {
color: #ffffff;
}
body {
color: #757575;
font-family: “Open Sans”,sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.8;
}
html {
font-family: sans-serif;would like to make it full width.. the theme is tesseract
thanks
- The topic ‘Full size image overriden by theme’ is closed to new replies.