Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 4 posts - 1 through 4 (of 4 total)

Centering a link in the header

Home Forums Misc. General Forums Centering a link in the header

  • #93444

    Anderson

    I am designing a site in English for a hostel using the Zenon theme and rather than use a translator plugin we are just going to link to a mirror site in Portguguese. I have tried to add a link in the header and center it so that it is directly under the logo, but the alignment is off and it is visibly to the left of center. I also already have a Twitter “Follow” button and a Facebook “Like” button added on the same line of the header. Here is what the code looks like for that line of the header, above the menu:

    <iframe src=”//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fcasaaltovidigal&width=225&height=35&colorscheme=light&layout=standard&action=like&show_faces=false&send=false&appId=675965775747293″ scrolling=”no” frameborder=”0″ style=”float:right; overflow:hidden; width:225px; height:35px;” allowTransparency=”true”></iframe>

    <center>Olha Nosso Site Português</center>

    Follow @AltoVidigal
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?’http’:’https’;if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+’://platform.twitter.com/widgets.js’;fjs.parentNode.insertBefore(js,fjs);}}(document, ‘script’, ‘twitter-wjs’);</script>

    I’ve been messing around with the code for dayd but I just an’t get the link to center correctly, could you please help me? Thanks a lot Towfiq. Cheers.

    #93445

    Anderson

    The website address is: http://www.brasil-beach.com/site1/

    #93585

    Towfiq I.

    administrator

    replace this line:

    <a href="http://www.brasil-beach.com/site1/">Olha Nosso Site Português</a>

    with this:

    <a style="display: inline-block; margin-left: 220px;" href="http://www.brasil-beach.com/site1/">Olha Nosso Site Português</a>

    #93837

    Anderson

    Thanks a lot.