Tagged: header
Hello,
will be laconic.
My Goals
Using heading with logo in center and menu below, i would like to add additional information on left and right side like phone, email, location.
What I know
I know that there are guide to add additional fields using custom widgets, but it is not what i need, because such fields goes below logo, but i need next to logo.
What is my question
So can you suggest me how can i realise it knowing that may be in future i will need diferent headings in each site page, because for example at page service 1 – i will place one contacts, on page service 2 – another and so on.
Thank you in advance
So no ideas? :(
Hi Max Miko,
Well, you can add widgets and we can help you place where it’s needed.
As for the question, you’ll need to customize either the header.php file or the /includes/helper-main-menu.php file.
Best regards,
Victoria
Thank you Victoria for your response!
I created two blocks using “Header Widget” as it described in documentation. My problem is, that i want it to left and right side from logo, like:
Left Side Widget |||| L O G O ||| Right Side Widget
Please see my link here: http://dainis.hostenko.net/
Hi,
Thanks for the clarification. Your header is not high enough to fit the content in your widgets, so you would have to adjust that in the theme options. After that then please add this to Quick CSS:
#text-2 {
position: absolute;
top: -100px;
left: 25%;
}
#text-3 {
position: absolute;
top: -100px;
right: 22%;
}
You might have to adjust the values a bit to get it looking right.
Best regards,
Rikard
Hi, Rikard!
Wow, looks so easy! Thank you that show me, that css has a power :)