I recently tried this theme for my blog, but am wondering how can I change the Footer section of the theme (image attached below for reference):
Please advise on how can I edit the Footer shown above?
I am unable to find the theme file to edit the back-end code?
Appreciate some response from the experts here.
Thanks.
]]>I’d like to change the look of my footer on mobile phones and tablets. I use five widgets and when I view my webshop on mobile, those widgets appear underneath each other in one column. But is there a way to put them in two columns?
So:
– 2 widgets on first row
– 2 widgets on second row
– Fifth widget on third row (full width)
I tried to fix this with some CSS codes I found on this forum, but they don’t seem to be working.
Ooh and how do I change the width of the footer area on desktop? I recently changed the width of my website pages in Elementor, so now the page and footer area don’t have the same width anymore.
Thanks in advance!
]]>I’m using the ashe pro theme and it seems to only allow widgets in one area of the footer. By default, it places widgets in the footer to the left. I currently have 2 widgets in the footer area so it puts them next to each other (left and center area). I would like to move the center widget to the right area of the footer. Can someone provide a solution for this?
Thanks,
Shantal B
]]>The only thing here I feel missing is the footer area. It has only one column and it appears on left, which takes the third part of the full area. So it looks something missing when I see the right area is empty.
Please update the theme for more footer area. (One footer area, two footer area and three footer area) So the area will be filled.
]]>Please if you know how I can get back/restore the footer/sidebar areas let me know!
Thank you very much
Tomas
]]>I am using twenty fourteen and want to
1) divide my footer into independent sections with independent background colors
2) stretch the footer background colors to full screen width while leaving the footer content within the 100% content range like the rest of the page
my site is www.silber.ninja. at this link I created a short visual instruction what I mean and an what would be a nice result (example of visualcapitalist.com)
To make my footer as it is now, I already made the following changes yet:
a) childtheme footer.php:
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
</div><!-- #main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<?php get_sidebar( 'footer' ); ?>
<div class="site-info">
<?php do_action( 'twentyfourteen_credits' ); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
This was for removing the “powered by wordpress”, sadly it leaves a blank space at the very bottom of the page, as it is now.
b) CSS to make the footer area use full content width
@media screen and (min-width: 1008px) {
.footer-sidebar .widget {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0 30px;
width: 100%;
text-align: left;}
I already tried to create an own footer widget area via functions.php (that works) and implement it in footer.php (doeasnt work, maybe a conflict with my exising code changes..)
Thank you in advance!!
Florian
I’m having some trouble with my footer area. I was trying to put some widgets there and it didn’t work but now I can’t seem to display the footer area as it was (without the subscribe! and facebook widgets).
What I want is to display only the footer area as it was, with the developer name and that’s it. Can someone help me?
Thanks!
]]>First of all, congratulations to Sela developers. I really like this theme: its feeling, possibilities…
I am finding so far a couple of issues. The three items in my footer (widgets) are not aligned in the middle directly underneath the title. If you compare to Sela Demo website it looks like mine have moved to the left. My website is www.shanlysapron.com
I have downloaded 2 plugins which act as widgets in the footer area which are:
– Google Maps Widget (v 2.3.5)
– Instagram Widget by WPZOOM (v 1.0.2)
I have deactivated all plugins (including the above) to see if it’s an incompatibility issue but when deactivting them nothing has changed. Does anyone know how to solve this issue, please? I be very grateful.
Finally, footer area in my theme is white like the colour of website body but in the demo is grey. I like to give it a bit of colour, how can I do this please?
Thanks and Best Wishes, Alexandra
]]>