Footer

Hi there

I have placed content in the Footer Widget 2 isn’t showing and Footer Widget 4 is still much further away from the right hand edge than Footer Widget 1 is from the left hand edge. Can you let me know how to fix this and get that widget to show.

Footer Widget 2 isn’t showing and Footer Widget 4 is still much further away from the right hand edge than Footer Widget 1 is from the left hand edge.

I sent this request a few weeks ago without response. Please could you get back to me.

Hello there,

I hope you are doing well today.

Please go to Appearance > Widgets > Footer and ensure that there are widgets assigned to the second footer widget area.

You need to also ensure that you have installed the theme updates via Dashboard > Updates.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Thanks.

See attached. There is content in the Footer 2 Widget

Site - https://mka-architects.co.uk/wp

Please let me know. I asked a few weeks ago without response.

Thanks! ; )

Hello there,

I forgot to ask in the previous message but did you add any new CSS or PHP code to the theme?
That could also cause an issue.

Best Regards,
Support

Here’s all the custom CSS in the site at the moment . . .

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* create more space in template for logo */
.logo {
height: 100px;
max-height: 100%;
width: 185px;
}

/* colourise Font Awesome symbols with MKA orange */
.shapely_home_features .fa-building:before,
.shapely_home_features .fa-home:before,
.shapely_home_features .fa-university:before {
color: #f8981c;
}

/* remove theme credits */
.footer-credits {
display: none;
}

/* colourise search button with MKA orange */
#page .menu > li > ul li a:hover,
#page .btn.searchsubmit,
#page .image-bg .btn.btn-filled {
background-color: #f8981c;
border-color: #f8981c;
}

/* Remove author and date from blogs and pages
.entry-meta {
display: none !important;
}*/

.single-jetpack-portfolio #primary {
margin-left: auto;
margin-right: auto;
float: none;
}

/* Projects text centred, other elements still need removing */
.single-jetpack-portfolio .tiled-gallery .gallery-row {
margin-left: auto;
margin-right: auto;
}

/Padding bottom for the — section/
div#shapely_home_features-2 section {
padding-bottom: 5px;
}

/Our Partners top padding/
div#shapely_home_clients-3 section {
padding-top: 10px;
}

/hide elements default in portfolio section/
/hide sidebar/ .jetpack-portfolio-template-default aside#secondary {

display: none !important;
}

/full with content/ .jetpack-portfolio-template-default div#primary {
width: 90% !important;
}

/Hide Comments/
.jetpack-portfolio-template-default div#comments {

display: none !important;
}

/remove social media text/
#colophon > div > div:nth-child(1) > div > div:nth-child(2) {
display: none !important;
}

/a way to force them to neatly align in a grid format/
/center widget content/
.footer-widget-area div.widget.widget_text {
text-align:center;
}

/full width portfolio/
.single-jetpack-portfolio div#main {
margin: 0 auto;
width: 90%;
padding:0 0 0 0;
}
.single-jetpack-portfolio div#primary{
width: 100%;
margin: 0 auto;
padding: 0 0;
}
.single-jetpack-portfolio section.content-area.pt0{
padding-top:0px;
}

/change spinner color/
.spinner {
background-color: #f8981c !important;
}

/Testimonial text size- NOT WORKING/ .
slides p {
font-size: 40px;
}

/Parallax font size/
.top-parallax-section h1 {
font-size: 60px;
}

/Turn off project header image/
.post-content .entry-header img {
display: none;
}

/resize project header image
.post-content .entry-header img {
max-width: 50%;
}
/

/Remove header callout/ .header-callout {

display: none;
}

/* remove gap between google map and next element about us page */
section.content-area {
padding: 0px !important;
margin-bottom: -30px !important;
}

/stack social icons vertically TURNED OFF #social li { display: flex; }/

/* drop down menu white hover state on link */
#page .menu > li > ul li a:hover, #page .btn.searchsubmit, #page .image-bg .btn.btn-filled { color: white; }