Start widgets below image after dynamic resize
-
I need to move the widgets down on the front page. I want them to start below the background image. I would like the spacing to be dynamic so that when the page is resized the widgets start at the bottom of the background image. I set the background color to dark teal to show the end of the image.
Current CSS for the background image. It scales nicely on any device.
/* Homepage - add background image */ body.home.colors-dark, .home.colors-dark .site-content-contain, .home.colors-dark .navigation-top, .home.colors-dark .main-navigation ul { background-color: #002424 !important; background-image: url('/wp-content/themes/supinv/images/sibg.jpg'); background-repeat: no-repeat; background-size: 100%, auto !important; } /* Homepage - add translucent background to content */ .home .site-content { background: rgba(0, 0, 0, 0); }
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Start widgets below image after dynamic resize’ is closed to new replies.