Home › Forums › Fitness Pro Forum › Lock the top menú
- This topic has 7 replies, 2 voices, and was last updated 6 years, 1 month ago by
Sonnal S Sinha.
-
AuthorPosts
-
October 17, 2017 at 2:58 pm #85741
I want to make the top menu locked, so that when you use the scroll down continue seeing the menu.
In bootstrat would use the class “fixed-top”, but here no is how to do itOctober 18, 2017 at 5:04 am #85764Hi,
Kindly show us your website URL so that we can assist further.
Regards,
BradOctober 18, 2017 at 5:40 am #85769Hi,
This is the url:http://www.nacomar.es/test/
Thank you
October 18, 2017 at 5:48 am #85771Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header { background-color: rgba(0,0,0,0.5) !important; position:fixed !important;}
Regards,
BradOctober 18, 2017 at 7:30 am #85833Hi,
In the free version, the social icons appear at the foot of the page. How can I do these icons appear on the page?
My Url is http://www.nacomar.es/test/
October 18, 2017 at 7:52 am #85842Hi,
Kindly refer our documentation to setup social media icons.
http://sktthemesdemo.net/documentation/skt-fitness-doc/#social-iconsRegards,
BradOctober 18, 2017 at 1:15 pm #85872I used the code that tell me and it looks perfect on big screens, but tablet or smartphone screens you see something strange. The menu in the entire width of the screen, but in a small square is not. Is it possible to fix so it look well on small devices?
.header { background-color: rgba(0,0,0,0.5) !important; position:fixed !important;}
Thank you,
October 18, 2017 at 1:22 pm #85873Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:979px) { .header { width:100% !important;} }
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.