How to place on the header another clickable element?

Posted in: Newspaper
Post count: 11

Hello!
How to place on the header another clickable element, for example, a button?
Thanks in advance!

Post count: 22421

Hello,

You can use the new multi-purpose header to add buttons: https://www.screencast.com/t/p3IMlvT3Ut
And then you can add buttons from the multi-purpose settings: https://www.screencast.com/t/5g47SyeDmqz

Thank you!

Post count: 11

Thanks for the answer! Better on an example) http://www.brandnewwoman.ru/home/
If the page, logo and burger menu is located above, on a par with the multi-purpose menu, then logo and burger menus do not work (not clickable). Is there a solution to this problem? Advise, please. Thank you in advance!

Post count: 20685

Hi,

I don’t quite understand what you mean, what exactly is the problem. It would be helpful if you could provide some more details about the issue, for a better understanding.
The burger seems to be clickable now, and a header logo is not present form what I can see.

Thanks

Post count: 11

Look now, please. http://www.brandnewwoman.ru/home/
I transferred logo and hamburger menu to level multi-purpose menu. And they do not work (not clickable). Logo and hamburger menu i create in Slider Revolution.

Post count: 20685

That happens because the header is full width, it is displayed on top of the hamburger menu and logo – https://www.screencast.com/t/12PGmTQ9f
I could give you a code to reduce the menu width to a fixed value
https://www.screencast.com/t/zwuUfDywJ

.page-template-page-pagebuilder-overlay .td-header-wrap {
width: 57%;
margin: auto;
}

But this solution may cause other problems, or responsive issues. Maybe you can move the hamburger menu and logo lower, so they are not covered by the menu. The menu has a height of 80px, if you could lower then below that that would be a more proper solution.

Post count: 11

Super! Thanks for help!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.