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.
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.
Sure
http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/galerias/#galeriadeplantas
Thanks,
Fabiana.
Oi Fabiana,
Try using this CSS code:
#socket .copyright { float: right; }
Regards,
Josue
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
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.
Hi Yigit,
Thank you very much, it worked!
Best regards,
Fabiana.