About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
THANKS!
Would it be possible to do something similar to metro pro?
Is this what you want? http://i.imgur.com/aFoQfMT.png
If so, add this CSS:
.footer-widgets {
max-width: none;
margin-bottom: 0;
}
Thanks a lot, but how can I do the same thing for the header & header navigation for Lifestyle Pro?
I am trying to figure out how to make my site at http://www.yourgardensanctuary.com full width like http://www.studiopress.com and know just enough CSS to usually break my site. I looked around on your excellent site, but could not find the answer.
Any help would be greatly appreciated.
Looks like you figured it out.
Yep, but your tutorial was a great start. Thanks for it.
Thanks for the info,
i have a question, how can i move home-middle widget area(or other area) outside container? I put it at genesis_after_header.
Whenever i change my widget background(home-middle) colour,it will change the whole container.
Im editing it using local host so cant give my site link
Can you show a mock-up or screenshot of what you are trying to achieve?
Thank you Sridhar!
It works! Your solution worked the best for me. Thanks so much for sharing.
Saved my neck yet again, Sridhar, thanks! This worked on Corporate theme, fwiw.
Yes. I have updated the article title and added a note to indicate that this works in all Genesis child themes.
How can I change the “background” colour of the footer after separating it?
I love this! Thank you!
Hi,
I’m using the Agency Pro theme and would love to get the nav-primary out of the site-container and in its own div under the header. Any suggestions on this? I don’t know enough about Genesis to add the second half you created to do this for the footer.
thank you worked perfectly!
[…] Uses the code here. […]
I’ve been unable to keep the footer down on certain pages and have done the stuff above. Would love some help.
Thanks so much for all your detailed information on this site. It’s incredibly helpful.
http://boyerbuilding.com/contact/
http://boyerbuilding.com/about/staff/
Hey every time I add this code to the bottom of my functions.php file my website just becomes a blank white page and I have to restore to my backup.
I’d love this to work!
Please help!
Nevermind! I figured it out! I was putting it in the wrong area of functions.php
This seems to duplicate the footer widgets on the page in WordPress 4.0 with Genesis 2.1.2
http://www.totalprimarycare.net/
I have just tested the code in an unmodified Genesis Sample 2.1.2 with Genesis 2.1.2 as the parent theme and no plugins.
The code works fine and there’s no duplication on the front-end.
Hi Sridhar,
Question for you. I added this code to the end of my child theme (Daily Dish) functions.php file. I have three footer widget areas across the footer, but they center one is no longer centered and the left and right side footer widgets are to the extreme edges. I noticed all three widget areas on your site are more tightly centered. Is this just a CSS adjustment or is this a functions.php thing? Thanks for your suburb tutorials!