Hi,
I’m using the slim header with Logo Left and Menu Under Logo.
I would like to add a text box to the white space in the header RIGHT Area. Either via Widget or any other simple way.
http://rehlingdemo.freshwebsitescorp.com/
Thanks
Mike
Fresh Websites
Hi Mike!
You’d need to hardcode that content in HTML, please take a look at this:
https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194
Let me know if you need help with the positioning.
Cheers!
Josue
I’ve attached an image to show you exactly what Im looking for. The instructions in the link you sent are not exactly right and refer to an older version.
Hope the image helps.
Thanks in advance for your help
Mike
Hi Mike!
I see, for the most recent theme version the file to edit would be includes/helper-main-menu.php:
After that you just need to add some Quick CSS:
.custom_stuff{
position: absolute;
right: 0;
}
Regards,
Josue
Awesome. Worked perfectly.
Thanks
Mike
You are welcome, glad we could help :)
Regards,
Josue