Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #29554

    Hello,

    I´d like to place to peaces of information one at the left side of the socket (done) and the other at the right side (how do I make the other text to align to the right side?

    Thank you,

    Fabiana.

    #140975

    Hi Fabiana,

    You can use

    { text-align: right; }

    Regards,

    Yigit

    #140976

    Hi Yigit,

    I´m new at wordpress, so I need you to tell me exactly where to place this code in the socket. What I want is something like this:

    :::© Copyright (This text on the left) ::: designed by (This text on the right side with a link).

    Thank you,

    Fabiana.

    #140977

    Hi Fabiana,

    Can you post the link to your website?

    Regards,

    Yigit

    #140978
    #140979

    Oi Fabiana,

    Try using this CSS code:

    #socket .copyright { float: right; }

    Regards,

    Josue

    #140980

    Hi Fabiana,

    In your WordPress theme directory please go to Enfold folder and open Footer.php file and find following code between 98-105

    <?php
    echo "<div class='sub_menu_socket'>";
    $args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
    wp_nav_menu($args);
    echo "</div>";
    ?>

    and right under it add following code

    Then add following code to Quick CSS in Enfold theme options

    span.copyright1 { float: right; }

    Regards,

    Yigit

    #140981

    Hi Josue and Yigit,

    Thank you both for your attention, I´ve posted a screenshot of what I want to accomplish.

    http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/wp-content/uploads/2013/09/Imagem9.png

    Regards,

    Fabiana.

    #140982

    Hi Fabiana,

    Please follow instructions, it will do it

    Regards,

    Yigit

    #140983

    Hi Yigit,

    Thank you very much, it worked!

    Best regards,

    Fabiana.

    #140984

    Hi Fabiana,

    You are welcome, glad we could help

    Regards,

    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Socket alignment’ is closed to new replies.