Hello,
1. Header : I would like to add on the top right of my main menu header a call to action, I followed all the instructions you give here > https://kriesi.at/documentation/enfold/header/#toggle-id-5-closed but it does not work, there is no text on the top of my menu.
2. Footer : I would like to have all of my text content (the column 2, 3, 4) vertically aligned with the text ” Les Fioretti, une ferme en permaculture à Pau”, currently they are aligned with the logo image. I don’t know how to do that without disturbing responsive design.
Can you help me ?
Thank you
Hey fiorettipau,
Thank you for the inquiry.
1.) Did you create a header widget area and added an html or text widget to it? Please refer to this section for more info: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
2.) You can use the following css code to move the footer columns and align them with the site title:
#footer .container .flex_column:nth-child(2), #footer .container .flex_column:nth-child(3), #footer .container .flex_column:nth-child(4) {
margin-top: 100px;
}
Best regards,
Ismael