Hello,
I use the Enfold photography demo
In addition to the left vertical menu I would like to have a horizontal banner above the content on the main area of the page, on all the website.
Above the grey image on this page http://kriesi.at/themes/enfold-photography/
Thanks for your answers
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/using-a-child-theme/ and use a child theme and then copy header.php file from Enfold parent theme to your child theme and find
<div id='main' class='all_colors' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
and add your banner right below it using HTML :)
Best regards,
Yigit