Do you mean you want to take out the Header (Logo – Social Icons – Tagline – Menu – Navbar) and leave the Slider at the top?
How will the User navigate around your site?
Do you want to shift the Slider above the Header, or replace the Header?
Thread Starter
Obi
(@obi-spi)
My idea is to leave the Slider at the top, but social icons could stay there too.
Theres no prob with the navigation, I just wanna adapt the theme for a band site, leaving the featured options for bio, gallery and contact, maybe tour dates in a future.. dunno if it’s possible, i’m just a newbie using wp
Here is my code to adjust the size of the slider although the slider has started to jump from left to right. The slider needs to be placed next to the logo in the header and the jumping must cease.
}
/*Slider size*/
.carousel .item {
line-height: 350px;
overflow: hidden;
min-height: 200px;
margin-top: -20px;
left: 50%;
width: 600px;
Hi @obi,
What you say is possible to do with the Customizr action hooks.
Check out this snippet : http://www.themesandco.com/snippet/moving-slider-anywhere/
Hope this will help,
Cheers