Header alignment with smartslider
-
Hello!
I’ve put a smart slider 3 into my header. Also I had the quad menu in vertical style and I recognized, that the menu always disappeared on the right side in mobile.
I set the settings in smartslider to “force full width” and It’s looking good but the allignment is still not right.I’ve added some CSS (in additional CSS) but It’s not bringing my slider into the middle. I’m leaving the settings like this now that you “pro’s” can have a look to my site (flyhealthy.club)
Here is my current css:
`.header-widget {
float: left;
/*max-width: 50%;*/
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-ms-flex-order: 3;
-webkit-order: 3;
order: 3;
margin-left: auto;
margin-right: auto;
}
.separate-containers .widget {
margin-bottom: 0px;
}
.header-widget .widget {
padding-bottom: 0px;
}I also don’t like the grey border on top and bottom in the header. Actually I’d like to have the slider and the menu under it without any borders. Then the content like it is…
Thanks in advance!The page I need help with: [log in to see the link]
- The topic ‘Header alignment with smartslider’ is closed to new replies.