Answer the question
In order to leave comments, you need to log in
How to omit an element in header.php?
I need to make the order callback button 15 pixels lower. I don't mess around with codes at all. I found a place, but I didn’t understand how to make it lower in the template. Wordpress by the way.
<?php do_action('wpcallback_button'); ?>
Answer the question
In order to leave comments, you need to log in
I don't know what you have. But you can wrap this code in a div for example
<div style="margin-top: 15px;">
<?php do_action('wpcallback_button'); ?>
<div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question