Hi,
I add this code on the helper-main-menu.php :
<?php if(function_exists(“transposh_widget”)) { transposh_widget(array(), array(‘widget_file’ => ‘flags/tpw_flags.php’)); }?>
just bellow the line 87-88 : if($headerS[‘header_position’] != “header_top”) do_action(‘ava_main_header_sidebar’);
My matter is that now, the margin between the main menu and the main content is smaller than before. Here is a link where you see that : https://www.dropbox.com/s/4b03mjz45eda8ax/Les_Actus_Sisters_G_-_Sisters_G_et_Microsoft_Word.jpg?dl=0
Can you please tell me how to keep the same margin between the main menu and the main content as it was before I add my code for the online translation.
Thanks a lot !
Alexandra
Hey alexoua!
Try adding this to your custom CSS.
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 186px !important;
}
Regards,
Elliott