This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hello,
I have reach through the documentation as well as searched the forum and haven’t found clear directions on how to setup the hidden top panel. Any help with this would be appreciated. A step by step on how to set it up would be great. Thanks!
Second, my logo in responsive versions looks really tiny how can I get it to be larger at lease over 200px W?
https://www.mahaskintherapy.com/
Thank you in advance for you help.
Hello,
1. You may enable “Enable hidden top panel” option in Theme Options > Header.
Go to Apperance > Widgets > add content in “Hidden top panel area”.
On out demo we use a static block to create the top panel http://prntscr.com/irmx7l > http://prntscr.com/irmxbf
To enable VC editor for static blocks go to wp-admin panel > Visual Composer > Role Manager > Post Types > Custom > tick “static block”,
If you provide temporary wp-admin access in Private content we can create the demo static block for you.
2. Please add this code in custom.css:
@media only screen and (max-width: 480px) {
.header .logo img {
max-width: 100% !important;
}
}
How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Hello Thank you for the feedback. Please see below for creating the demo Header Top.
Also I added the code you send to change the responsive view logo size. It didn’t seem to work.
Thanks!
Hello,
The credentials to wp-admin panel are incorrect. Please check them.
Regards
Hello,
Sorry about that Please see below.
Hello,
Access is not full so I can’t see Appearance section or the Role Manager of VC. I’ve created “Top panel” static block. Please mark static block in the Role manager and set the Top panel block in Appearance > Widgets > Hidden top panel area.
The problem with the custom code I also can’t check because of restricted access.
Regards
You must be logged in to reply to this topic.Log in/Sign up