Support » Fixing WordPress » How to put text and link on same line in footer

  • Is it possible to put text (my copyright) and the 4 links on the same line in the footer widget on my site?

    If so, please can you tell me how, thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steve Stern (sterndata)

    (@sterndata)

    Forum Moderator & Support Team Volunteer

    Please disable the plugin you’re using the blocks right clicks. Thanks.

    Well, my guess is, don’t put it in a separate paragraph. The source code is:

    
    <div class="textwidget">
    <div align="”center”"><a href="https://www.railwayphotography.co.uk/">Home</a> |&nbsp; <a href="https://www.railwayphotography.co.uk/contact/">Contact</a>&nbsp; |&nbsp; <a href="https://www.railwayphotography.co.uk/links/">Links</a>&nbsp; |&nbsp; <a href="https://www.railwayphotography.co.uk/sitemap/">Sitemap</a>
    <p></p>
    <p style="color: white;">© Colin Wallace 2020</p>
    </div>
    </div>
    

    Looks like this is a text widget so just edit the widget’s contents and change it to like:

    
    <div align="”center”"><a href="https://www.railwayphotography.co.uk/">Home</a> |&nbsp; <a href="https://www.railwayphotography.co.uk/contact/">Contact</a>&nbsp; |&nbsp; <a href="https://www.railwayphotography.co.uk/links/">Links</a>&nbsp; |&nbsp; <a href="https://www.railwayphotography.co.uk/sitemap/">Sitemap</a> 
    | <span style="color: white;">© Colin Wallace 2020</span>
    </div>
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to put text and link on same line in footer’ is closed to new replies.