Title: Wrong Alignment
Last modified: August 31, 2016

---

# Wrong Alignment

 *  Resolved [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * (@harriet1908)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-alignment/)
 * Can someone help me please.
 * I have created my own wordpress theme which has a three column structure which
   works perfectly on every page except one. The page in question was working fine
   as I had uploaded it to my site, however it needed updating so I took the page
   down to add more images to the page. In adding and changing some of the images
   it has moved the alignment of the middle column of my page, which is edited on
   the Page rather than on widgets as the other two columns are, so that the images
   start in the middle of my column. I have tried centring the text and images which
   hasn’t worked and I have tried left aligning the text and images which hasn’t
   work. This hasn’t happened on any other page so it cant be something within the
   coding of the theme.
 * Can anyone suggest a way I can get the alignment back to how it should be, centred
   or left aligned please? Anything would be helpful at this point.

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Thread Starter [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * (@harriet1908)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942581)
 * This is occurring now on all new pages that I create, but older pages that I 
   have not edited do not seem to be affected. Can someone please explain why and
   how this is happening please?
 * Thank you.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942586)
 * Can you show us a page with the issue?
 *  Thread Starter [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * (@harriet1908)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942608)
 * [http://www.eurosmartkitchens.com/recent-projects](https://wordpress.org/support/topic/wrong-alignment/www.eurosmartkitchens.com/recent-projects?output_format=md)
 * thank you
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942631)
 * Fixing that layout looks like it will require knowledge of the theme, and so 
   have you tried the Artiseer’s forums? [http://www.artisteer.com/?forum_id=13&p=forum_topics](http://www.artisteer.com/?forum_id=13&p=forum_topics)
 * It appears to be an issue with either unclosed `<div>` elements, or too many `
   </div>` tags.
 *  Thread Starter [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * (@harriet1908)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942677)
 * Okay thank you I will look at that.
 *  Thread Starter [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * (@harriet1908)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942781)
 * After looking into this it doesn’t appear to be a problem with the Artisteer 
   setup but with Wordpres as for some reason when I input a widget in my left sidebar
   and put text into the title it automatically links this text to the content in
   the widget before it. I don’t seem to be able to change this, does anyone have
   any suggestions please?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942782)
 * Can you point out an example of this new issue?
 *  Thread Starter [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * (@harriet1908)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942783)
 * [http://www.eurosmartkitchens.com/recent-projects](https://wordpress.org/support/topic/wrong-alignment/www.eurosmartkitchens.com/recent-projects?output_format=md)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942784)
 * It may be clear to you, but from an outsider the issue isn’t as obvious. Can 
   you point out where exactly this issue is?
 *  Thread Starter [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * (@harriet1908)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942785)
 * Sorry I should explain. In the left hand widget column where on certain widgets,
   and any new widget I add in, the title makes itself a link to what the widget
   above it links to therefore making it underlined in blue so visibly it looks 
   different to the other titles. I have not asked it to do this and cannot seem
   to get the widget not to link to something. It appears on the page on the titles
    -  Bovis House, Harow
 *  -  Denes Mews, Rottingdean
 *  -  Worcester Park
 * I don’t know if you can suggest a way of changing this as I am hoping this will
   resolve my alignment issue.
 * Many thanks
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942786)
 * It’s because the link isn’t being closed off:
 *     ```
       <a href="#ppsShowPopUp_156"><<img src="http://www.eurosmartkitchens.com/wp-content/uploads/2015/11/The-Oast-Houses-Chartham.jpg" alt="" width="290" height="209" /></div>
       ```
   
 * I’d expect to see this:
 *     ```
       <a href="#ppsShowPopUp_156"><<img src="http://www.eurosmartkitchens.com/wp-content/uploads/2015/11/The-Oast-Houses-Chartham.jpg" alt="" width="290" height="209" /></a></div>
       ```
   
 *  Thread Starter [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * (@harriet1908)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942787)
 * That has solved my problem thank you very much for your help!!

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Wrong Alignment’ is closed to new replies.

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [page alignment](https://wordpress.org/support/topic-tag/page-alignment/)
 * [structure](https://wordpress.org/support/topic-tag/structure/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [Harriet1908](https://wordpress.org/support/users/harriet1908/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-alignment/#post-6942787)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
