Archived topic
need help with adding the slider to the header area
1 reply · Started by kvejonsio on October 12, 2015
Hello Everyone
Today I started building a website and I tried to put site logo and the slider into the header area. I set the logo via customize->Site Identity->logo and the slider shortcode via Gp hooks-> Before Header Content. they both are in header area but one above the other.
is it possible to put slider inside the tv border?
any help will be gratefully appreciated
Regards MK
Hi there,
You could try something like this:
.inside-header .metaslider {
position: absolute;
left: 50%;
margin-left: -21% !important;
top: 12%;
}
However, that won't hold up very well to responsive design.
You may be better off asking the devs over at MetaSlider if they have any suggestions for adding static borders to a slider.
