Reply To: Banner on [wp_head] hook to be centered

Home Forums Support Banner on [wp_head] hook to be centered Reply To: Banner on [wp_head] hook to be centered

Home Forums Support Banner on [wp_head] hook to be centered Reply To: Banner on [wp_head] hook to be centered

#227521
Jorge

Thanks again,

Let me tell you what I did:

I added CSS in Simple CSS plugin:

.div-centered {
    text-align: center;
}

I introduced the code you provided in Simple PHP plugin, replacing “YOUR BANNER” with the appropiate plugin shortcode:

<div class="div-centered">
[soliloquy id="322"]
</div>

I first introduced it before the closing PHP tag “?>”, but got an error. Then placed it right afterwards, and this is the result: http://www.chorizosibericos.es

I must be doing something wrong. Please, pardon my inability in terms of code, but I’m afraid I have to ask for your advice once more 🙂

Thanks so much.