Try adding this to your css:
#containerfooter .virtue_social_widget.clearfix {
display: inline-block;
}
#containerfooter .widget-first {
text-align: center;
}
Does that work for you?
Hannah
The issue is created because of the footer widget carousel, it’s leaking into the infinite scroll ajax post return. I”m going to explore some options for workarounds in the theme.
Ben
Hannah,
I just placed the Virtue: Social Links in the Home Footer Widget. How can I center that widget. That might work. It places the widget a little higher above footer copyright than I would prefer, but it’s a start.
Your thoughts?
Pam
P.S. The coding above moved the social media in the topbar…not footer. 😉
Try adding this to your custom css box in Theme Options > Advanced Settings:
.col-md-6.col-sm-6.footercol1 {
width: 100%;
}
.virtue_social_widget.clearfix {
display: inline-block;
}
aside#widget_kadence_social-5 {
text-align: center;
}
.virtue_social_widget a i {
font-size: 22px;
line-height: 24px;
}
Hope it helps!
Hannah
Hi,
I have read a few threads discussing centering social media icons in footer, but none quite apply to what I need.
So…I would like to have my social media icons appear just above my copyright footer. Perhaps a slightly larger. I have my coding in Theme Options> Advanced Settings> Custom CSS Box.
FYI I have tried placing Social Media Widget in footer widget (Column 3) Because I am not using footer widgets for anything else, that Column 3 aligns to the left.
Is there an easy way to just place code in that CSS box above my copyright line and center the icons?
Thank you as always,
Pam
Dear support,
I am trying to add blog posts via shortcodes but something goes wrong because the image goes over the footer
*Login to see link
Any clue?
Thank you,
Fabrizio
Hi Hannah,
Sorry for the delay in getting back to you.
I did change to the parent and had the same issue. After doing some more testing it seems to be an issue with the Infusionsoft code in the bottom right that’s causing the footer to disappear. I am waiting to hear back from them.
Thank you for your time and I am going to change this to resolved.
Thanks again Hannah!
Try adding this CSS to Theme Options> Custom CSS and let me know if it works for you:
.above-footer-widgets #kad-slider-1 .kad-slide {
background-size: contain !important;
}
-Kevin
Hi K-Team,
Hope you are all doing well!
I have no idea how long it has been missing but the footer is not displaying on the home page. *Login to see link – it is in development right now, so pardon the mess. I am sure it is something simple I am overlooking.
Chad
Try just adding the shortcode without the span tag to a text or html widget, and then add this CSS to Theme Options> custom CSS:
@media (min-width: 992px) {
.above_footer_outer .above-footer-widgets {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
padding: 0;
max-width: none !important;
}
}
Also be sure you’re not trying to load the same slider twice on one page, otherwise it wont work.
-Kevin
Hi Hannah,
Apologies, yes meant shortcode not css. I did add it through the text widget in the ‘Above the footer’ widget area.
This didn’t work unfortunately.
Thanks,
Anthony
Hey brad19831 can you create a new topic and post a link to your website so we can see what widget you are adding to the above the footer widget area.
Just so you know the ascend demo you linked to is only adding that on the home page and it’s added through the page content. It’s not added through the above footer area because then it would show on every page and post.
Ben
Hey Amber,
You can use this for the footer menu:
ul#menu-footer-menu a {
font-size: 12px;
}
And this for the footer credits:
.footercredits p {
font-size: 12px;
}
You can paste those into your custom css box in Theme Options > Advanced Settings.
Hope it helps!
Hannah
Hey Sam,
You can’t use a page template on the homepage as the home page template will override it. You can use this css to remove the header and footer from the homepage:
.home .headerclass, .home #containerfooter {
display: none;
}
Just paste that into your custom css box in Theme Options > Advanced Settings. Hope it helps!
Hannah
I am also trying to do the same thing. I am wanting the parallex style image with the caption in the “above the footer widget area” but I am having the same issue as the OP. It’s working, but it is not displaying in full width/stretch. Do you all have any other recommendations?
My goal is the above the footer area such as displayed on your demo here: http://themes.kadencethemes.com/ascend-premium-2/
Hello,
I’m not seeing any list in your footer. This is how it looks for me:
https://postimg.cc/Pphq0nd5/cd35751a
Is that the same as you’re seeing?
-Kevin