-
AuthorPosts
-
January 26, 2015 at 3:44 am #191578
Hi
I bought this theme after recieving the answer that it was possible to have a transparent header with the logo centered with the menu below it, also centered. I’ve watched your guides but cannot seem to find a way to make this happen.
How i want the menu to look: http://postimg.org/image/8tj6nqzfp/ – menu centered, with ur slider behind it, as frontpage.
Thanks
RubenJanuary 26, 2015 at 3:45 am #191581This reply has been marked as private.January 26, 2015 at 11:51 am #191969Hi there,
Thanks for writing in. You can add this under Custom > CSS in the Customizer.
header.masthead.masthead-stacked, .x-logobar, .x-navbar-wrap, .x-navbar { background: transparent!important; box-shadow: none; border: none; } .x-slider-container.below { margin-top: -174px; }
The first CSS rule above makes all the containers in the masthead transparent. The second adjusts the slider to move up below the masthead (navbar-header area).
Hope this helps!
January 27, 2015 at 12:17 am #192385It did wonders, thank you so much for the help! I just have one follow up question.
I tried pushing the header down a bit with Customizer > Header and then Logobar Top Spacing (px) but that pushes down the slider as well (leaving a white area where the logo used to be). I would just like to move the header down perhaps a few pixels, keeping the slider fixed, only moving the header down. Is this possible?
Thanks a lot!
RubenJanuary 27, 2015 at 10:10 am #192750Hi there,
The provided credential is not working, Please check it.
Thank you.January 27, 2015 at 11:08 am #192803Hi
I’m sorry, changed the pw, should be working now, the same credentials as posted earlier
Thanks
RubenJanuary 28, 2015 at 4:51 am #193298Hi there,
Add this as well :
header.masthead.masthead-stacked { top: 33px; position: relative; }
Thank you.
January 28, 2015 at 5:07 am #193308Thank you, that was it! Thanks a lot for all the help!
Regards
RubenJanuary 28, 2015 at 8:55 pm #193971You’re welcome Ruben.
April 4, 2016 at 5:53 am #865719Hello Team,
I’ve followed the instructions above and works like a charm, However my slider is no longer full screen (174px left underneath. … Is there a few to do this and make the slider fullscreen ?
Site : cx4.creatorsofweb.com
Thanks,
Alex
UPDATE:Fixed it by increasing the margin size
April 4, 2016 at 8:05 am #865863Hi there,
Please edit slider settings and add
.masthead
in slider containers field.Hope it helps.
-
AuthorPosts