Home › Forums › Themes Support › Claue › Start header behind menu
- This topic has 7 replies, 2 voices, and was last updated 7 years, 6 months ago by Harry.
-
AuthorPosts
-
-
June 28, 2017 at 5:59 am #5970
Wondering if you can help me with the styling to place my main hero/header image behind main menu. So that it starts at same pixel. Then I will set the menu as partially transparent and see top part of image behind the menu.
-
June 28, 2017 at 11:28 am #5972
Hi,
You can add custom css code
.home #jas-content { margin-top: -121px;}
@media only screen and (max-width: 736px) { .home #jas-content { margin-top: -71px;}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 28, 2017 at 11:05 pm #5991
That’s what I needed. How can I control the opacity? I have set ubermenu to .8 but can’t find the setting for that part of the header.
Really what I’m trying to do is raise my hero section/image up and s3et the max height to around 600. This way users wont need to scroll up to see the row of white icons across the bottom.
-
June 28, 2017 at 11:21 pm #5992
Hi Maumian,
- You need change header style to header transparent add add custom css code.
.header__mid, .header-sticky .header__mid { background: rgba(255,255,255,0.8);}
and remove custom background for uber menu and remove margin-top of urber menu
https://monosnap.com/file/0jdx6yBlV8XsUdq1CNLS2ULb8gIUO9#
2. To make the banner height around 600px you should change setting uncheck full height row https://monosnap.com/file/XoE55n6ivnBlQjCiXrzG05OOb7pJOV# and adjust padding in Design Option tab.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 29, 2017 at 1:06 am #5993
I think I got it worked out but for reason I did something that moved the top header bar.
I tried editing .home #jas-content { margin-top: -121px;} but it could not really fix.
-
June 29, 2017 at 2:13 am #5996
Hi,
You can change to .home #jas-content { margin-top: -81px;} because you removed margin top of menu.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 29, 2017 at 3:40 am #6002
Thanks! Now I have this
.home #jas-content { margin-top: -81px;}
@media only screen and (max-width: 736px) { .home #jas-content { margin-top: -71px;}}
Do I need to edit:
@media only screen and (max-width: 736px) { .home #jas-content { margin-top: -71px;}}
??????
-
June 29, 2017 at 10:17 am #6004
Hi,
I checked you site and need change a little
.home #jas-content { margin-top: -81px;}
@media only screen and (max-width: 800px) { .home #jas-content { margin-top: -92px;}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.