1. How can I change the way the title is align in the this page ? http://legrandmag.fr/infrastructures-ferroviaires
Here it’s too high
2. The links of the sub menu I had in this same page http://legrandmag.fr/infrastructures-ferroviaires doesn’t work for me… That’s the same if I try to use th sort option of the portfolio, their link does not work…
3. Is there a way, when you add a legend on an image (with the darker effect when the mouse is or not on the image) that the legend is not in the middle of the image ?
Hey Eve!
1 & 2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header #header_main_alternate .container { height: 35px; }
3- Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery('a').removeAttr('title');
jQuery('img').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');
Best regards,
Yigit
Thanks you Yigit, 1 and 2 works perfectly.
For the 3 It’s more about the position of the legend, I like to be abble to place it at the bottom of the image. Is this possible ?
Hey!
You are welcome Eve! Can you please post a screenshot and show the changes you would like to make?
Regards,
Yigit