See image in private content. How can I use this white space between the title bar and the image? I’d like for the image to start where the white space is located.
Hey Gonzo1982,
You should be able to use one of the already available hooks:
Best regards,
Jordan Shannon
Ok, I’m going to need more info than that? No idea how to do that and don’t want to screw something up.
Hi,
Hooks are used to add content and functions to specific parts of the theme. So, you would use the following:
add_action( 'ava_after_main_title', 'add_my_custom_code' );
function add_my_custom_code() {
?>
<img src"yourimg.png"/>
<?php
}
In functions.php Add your code, in your case an image tag in place of the paragraph tags.
Best regards,
Jordan Shannon
That image is actually a slide from slider revolution. You can login and see what I’m talking about, added the support login info below in the private. The site isn’t live yet, so I can’t show you on the public side.
Hi,
Looks like you’ve managed to remove the gap between the title container and the slider. Is that correct?
Thank you for the update.
Best regards,
Ismael
I did figure it out, thanks. I had to use the plugin addition feature instead of the shortcode when adding the slider to the page
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon