• Resolved Harriet1908

    (@harriet1908)


    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

    (@harriet1908)

    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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you show us a page with the issue?

    Thread Starter Harriet1908

    (@harriet1908)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Fixing that layout looks like it will require knowledge of the theme, and so have you tried the Artiseer’s forums? https://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

    (@harriet1908)

    Okay thank you I will look at that.

    Thread Starter Harriet1908

    (@harriet1908)

    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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you point out an example of this new issue?

    Thread Starter Harriet1908

    (@harriet1908)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    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

    (@harriet1908)

    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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s because the link isn’t being closed off:

    <a href="#ppsShowPopUp_156"><<img src="https://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="https://www.eurosmartkitchens.com/wp-content/uploads/2015/11/The-Oast-Houses-Chartham.jpg" alt="" width="290" height="209" /></a></div>

    Thread Starter Harriet1908

    (@harriet1908)

    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.