-
-
Hi,
I want a lead headline in my header with a CTA butten. But the only two options available are breadcrums or the title of the page. How can i change this, so i can keep my header image but with a headline and a CTA button.
My menu is on the left-side of the page. But there is an error because my menu items don’t have enough space. Oh and my dropdown float somewhere on the screen, but not on the right place
This is the link of my site: http://www.binaryrocket.nl
- This topic was modified 9 years, 7 months ago by coff-e.
-
Hello,
Please add these lines into your custom css box, for the sub-menu:
.header_7 #navigation nav .menu > li > a { width: 110px;} .header_7 #navigation.pos_left nav .menu > li > ul.sub-menu, .header_7 #navigation.pos_left nav .menu > li > ul.sub-menu ul, .header_7 #navigation.pos_left nav .codeless_custom_menu_mega_menu { left: 160px;}
Can you explain better on the first request? A screenshot of the wanted result can help.
Best regards!
-
Hi thx for the menu!
Well the first question is like this..
At te moment the header is like this:
https://i59.tinypic.com/35b9i5w.pngIt has a image and the name of the page… binary rocket
But it has to be like this:
https://i58.tinypic.com/fbz7ls.pngThe image is the same, but i want to add a custom headline with a CTA button.
I’ve looked through the options.. but can’t get it right! More pages need a custom headline.. but not all need a CTA button.. -
Hello,
Sorry that is not possible with page headers. But a workaround is to remove the page header and use instead the “Custom Heading” element. In the elements text editor, add a button via shortcodes. Last step, add a background image to the row containing it.
Best regards!
-
Thank you that worked, but… the button won’t float right!
It has the class=align-right.. when i inspect the code.. do you know the problem? -
You can see the page here: http://www.binaryrocket.nl
-
Hello,
Please add this css code at Custom Css Code at general options:
.light .btn-bt.business { float: right; margin-top: 20px;}
Best regards!
-
You must be logged in to reply to this topic.