• Resolved filmute

    (@filmute)


    Hi all,

    I was hoping someone could help me with something. If you look at the bottom of my site https://budgettripp.se there is a “Our Friends” part with some links. I want to move that so its to the right of the “Om BudgetTripp.se” part instead of below. Doeas anyone know what to do?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • First, fix an error in HTML (footer.php?).
    Change
    <a href="budgettripp.se/om/>L&auml;s mer</a>
    to
    <a href="budgettripp.se/om/">L&auml;s mer</a>

    Second, move the “Our Friends” part to right.
    Replace

    <div class="fl friends last">
    <h3>Our Friends</h3>

    with

    </div>
    <div class="fr">
    <div class="friends last">
    <h3>Our Friends</h3>

    Thread Starter filmute

    (@filmute)

    Thanks for that! It worked just fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move text in footer’ is closed to new replies.