A
A
aibahammer2014-01-17 21:42:33
WordPress
aibahammer, 2014-01-17 21:42:33

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

1 answer(s)
B
bahek2462774, 2014-01-17
@aibahammer

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 question

Ask a Question

731 491 924 answers to any question