Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Contents have moved to the left side (http://forum.bytesforall.com/showthread.php?t=3117)

maksev Aug 23, 2009 09:07 PM

[SOLVED] Contents have moved to the left side
 
need help on this one guys www.kursilyo.com

the content has all of a sudden moved to the left side underneath the left side bar, then right side bar moved to the center where the content should be.

havent touched anything, iv just added a text widget

maksev Aug 24, 2009 12:19 AM

Wordpress 2.8.4
Atahualpa 3.4.2

restored default theme and revert to atahualpa same thing
tried to uninstall reinstall the theme same thing

juggledad Aug 24, 2009 08:41 AM

the last widget in the left sidebar is causing the problem

maksev Aug 24, 2009 01:39 PM

ok found the culprit text widget with the following code:

<p class="MsoNoSpacing" style="text-align: center;>
<a href="http://www.kursilyo.com/archives/171" target="_blank"><img class="alignnone" src="http://www.kursilyo.com/wp-content/themes/atahualpa342/images/candleanimatedavatar.gif" alt="" width="115" height="93" /></p>
<p class="MsoNoSpacing" style="text-align: center;">In Memory of Bro. Bing Vestra</p><p class="MsoNoSpacing" style="text-align: center;>
Click Here</p></a></p>

Is there a way to rewrite this to prevent the messup from happening?

juggledad Aug 24, 2009 06:31 PM

I think you have your </a> in the wrong place

try this
HTML Code:

<p class="MsoNoSpacing" style="text-align: center;>
        <a href="
http://www.kursilyo.com/archives/171" target="_blank">
                <img class="alignnone" src="http://www.kursilyo.com/wp-content/themes/atahualpa342/images/candleanimatedavatar.gif" alt="" width="115" height="93" />
                <p class="MsoNoSpacing" style="text-align: center;">In Memory of Bro. Bing Vestra</p>
                <p class="MsoNoSpacing" style="text-align: center;>
Click Here</p>
        </a>
</p>


maksev Aug 24, 2009 10:05 PM

yeah it seems that the <p> was causing the problem

thank you the very nice theme and assistance


All times are GMT -6. The time now is 06:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.