richame
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change wordpress login label or textHello Alan Fuller
Thanks for your suggestion. I tried but it wasn’t achievable.Forum: Themes and Templates
In reply to: Increase width of Inovado wp ThemeSorry, Here is a link to the site
https://samuel.richcybermedia.com/Forum: Themes and Templates
In reply to: [Twenty Eleven] Increasing width sidebarI also use your code and it worked like a charm but it seems the sidebar has been align to the right.My question is that is it possible for me to slightly align it to the left also.
My second question is how to increase the other side of the sidebar.
Thanks in advance.Hello WPyogi,i want to thank you once again for your quick response and even though i couldn’t get my problem resolved i still want to continue to get a new subdomain and install the twenty eleven theme and try implementing the codes you have giving me without touching any other codes.Secondly i have been using firebug for four months now but i just can’t use it to solve this issue.Thanks
Hello Andrew Nevins,please forgive my manners,just that i have been searching this forum,youtube and everywhere searchable without any straight forward answer for almost a week now.And now am just too tired and confuse not knowing what to do.
I am very much grateful for your quick response but in anyway i believe you already know and very much aware of the white space around twenty eleven theme site content which can be remove by using a padding element (typical example is what i have realise on this site http:/make.www.ads-software.com).
You can see for yourself the space around the text on the site homepage and that is the space i want to minimize on my site to as well.I know am disturbing but the fact is that i dont have any idea about css,html,php so the only customization i want to do on the twenty eleven theme is to remove those gap or space around my site content to enable my content to be closer to the site margin.
Please just have that golden heart and assist me.Thanks in advance.THIS IS MY Custom Yessidebar.php in my Twenty eleven theme
<?php
/**
* Template Name: Yessidebar
* Description: A Page Template that adds a sidebar to pages
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/get_header(); ?>
<div id=”primary”>
<div id=”content-yessidebar” role=”main”><?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php comments_template( ”, true ); ?>
<?php endwhile; // end of the loop. ?>
</div><!– #content –>
</div><!– #primary –><?php get_footer(); ?>
AND THIS IS MY CSS FILES IN MY CHILD THEME TWENTY ELEVEN
#content-yessidebar {
width:1000px;
float:left;
background-color:red;
}SOMEBODY PLEASE HELP ME WITH THE RIGHT CODE TO USE TO CONTROL THE PADDING TO THE right,letf,bottom and top of my twenty eleven theme.AM very much confuse and am beginning to hate wordpress for giving me a rough and tough time trying to control my padding to enable my content to fit into my site.Thanks in Advance!!!!!
Forum: Fixing WordPress
In reply to: How to add an external url to a featured imageHello alchymyth,i seriously need your help and that is why am being forced to write against your latest reply just in my opinion, get your immediate attention.Deep from my heart i want to thank you for all the reply you have provided in this platform.
1.My first problem is how to control my twenty eleven theme padding to the TOP,BOTTOM,RIGHT AND LEFT using the Default template to enable me close the spaces or gap around my site content.
2.My second HEADACHE and NIGHTMARE is that because i can’t control the padding in the twenty eleven theme as i have stated above,i have created custom fullwidth template using my page.php which enabled me to control only the padding to the right.Kindly please guide me on how to control the rest of the padding(TOP,BOTTOM and LEFT).
3.Would be very grateful to hear from you soon with the exact codes to use.Thanks in advance.