jonm76 on "[Theme: Virtue] Reduce Footer Width / Spacing"
I have a 4 widget footer and I feel the footer content is too stretched out, with large gaps between each widget section. I would like to squeeze the content closer together, with something like a 10%...
View ArticleSBBear on "Footer help"
I have a question, for I am new to PHP. I understand what a child theme is and how to make one. At my footer, if I wanted to delete something, I would copy and paste and edit it in the child theme...
View Articleneauxway on "Footer help"
If you have a child theme, WP attempts to find the template file in the child theme folder first, then tries the parent theme folder. For the footer, when calling rendering the footer using...
View Articlejonm76 on "[Theme: Virtue] Reduce Footer Width / Spacing"
Not sure if this is the best way, but this worked for me: #containerfooter { padding-left: 20%; } .footercol1 { width: 15%; } .footercol2 { width: 15%; } .footercol3 { width: 15%; } .footercol4 {...
View ArticleSBBear on "Footer help"
If you have a child theme, WP attempts to find the template file in the child theme folder first, then tries the parent theme folder. For the footer, when calling rendering the footer using...
View Articleneauxway on "Footer help"
The get_footer() API call from a template file would access the child theme footer. If you look at just about any of the template files (except for header.php), you'll see this API Call. In other...
View ArticleSBBear on "Footer help"
The get_footer() API call from a template file would access the child theme footer. If you look at just about any of the template files (except for header.php), you'll see this API Call. In other...
View Articleneauxway on "Footer help"
If options.php is a custom template file (which is not a standard file in twentyten), it would look for it in the child theme folder then the parent theme folder if not found in the child theme folder....
View ArticleK Pixel on "Fixed footer looks bad on mobile devices - how can i make it...
We are a small art gallery building a wordpress website - you can see the work in progress here:http://kiraaskaroff.com/BB_Test2/ The footer looks great on a computer but with its fixed layout it looks...
View ArticleManu-PB on "[Theme: Customizr] White Space below Footer"
It does have content, which however do not go far below the right sidebar content. So the screen is not fulfilled, and the white space is there, but not due to code, just because of a lack of...
View Articleget.purus on "[Theme: Virtue] Hide footer on mobile devices"
Sorry, found it @media (max-width: 979px) { aside.kad-sidebar, #containerfooter {display: none;} }
View Articleconorhegarty18 on "remove copyright from a company."
I have a website with a "designed by" at the bottom right of the page in the footer area, which i cannot seem to find a way of removing. THe theme is Duotive Three v1.53. Anyone any ideas how i can...
View Articlealchymyth on "remove copyright from a company."
please contact the theme's developer for support. this forum dors not have access to commercial themes and can therefore not help; http://codex.wordpress.org/Forum_Welcome#Commercial_Products
View Articlealarsson on "[Theme: Montezuma] Widgets in footer?"
I'm grateful for this! I have now fixed my widgets in the footer :) Many thanks!
View ArticleLenkaPage.com on "Twenty twelve - changing background colour of footer to...
Hi, I have added three widgets into my footer area as per this tutorial, which will give you the relevant css code for the footer area. Additional code used: #colophon { background:...
View Articledave_steepmedia on "Footer Issues"
Hi guys, I'm working on this site: http://www.peteotway.com and I can't for the life of me figure out how to fix the footer. At the moment there's a section at the very bottom that is transparent, and...
View Article