Home › Forums › Themes Support › Gecko › sticky header only in mobile
- This topic has 11 replies, 2 voices, and was last updated 6 years, 11 months ago by Harry.
-
AuthorPosts
-
-
December 13, 2017 at 6:41 pm #14867
Hi,
I have something, I have disabled the sticky header, which is good,
however in Mobile version the doesn’t not look good because slider revolution mixed with it,
So I need to add sticky header for mobile only
-
December 13, 2017 at 6:54 pm #14868
-
December 13, 2017 at 10:44 pm #14875
Hi,
You site now disable right click. Could you enable right click to us can check.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 13, 2017 at 10:56 pm #14876
Hi,
I have enabled it
-
December 13, 2017 at 11:33 pm #14879
Could you check again, now it visit your site it show Bluehost panel.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 13, 2017 at 11:47 pm #14882
yeah.. seems there’re some configuration happening now !
-
December 14, 2017 at 12:37 pm #14919This reply has been marked as private.
-
December 14, 2017 at 9:45 pm #14925
Hi,
1. Because you disable sticky header so it can’t make it only sticky on mobile. You can add below code to make header not overlap slider
@media only screen and (max-width: 736px) { .header__mid .header__transparent { position: relative; top: 0 !important;} }
2. To fix star on on RTL please add custom css code
.rtl .stars [class*="star"]::before { left: auto; right: 0; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 15, 2017 at 12:57 am #14931
Hi,
I have include of codes, however the stars code works , but header code no
still the slider revolution get mixed with with header in mobile
-
December 15, 2017 at 10:30 am #14944
Hi,
I checked your site and see the code not apply. Could you send us admin account as private reply. We will check and help you solve.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 15, 2017 at 2:01 pm #14949This reply has been marked as private.
-
December 15, 2017 at 5:40 pm #14951
Hi,
I help you fixed the header. Sorry i send you wrong code. The correct code is:
@media only screen and (max-width: 736px) { .header__mid.header__transparent { position: relative; top: 0 !important;} }
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.