footer length not setting
-
Hi there,
Yesterday I just upgraded this theme and my footer width went longer than the rest of the main body width (pointed out by my customer) and when I looked in Appearance -> Customise -> footer settings -> footer content, the width is set to 64rem.The strange part about it is that, when I changed the value, I can see the preview on the right hand side and it changes the width and in fact when I put the value back to 64rem, all the width line up nicely to it original position in preview. So, I saved and gone back to WP dashboard and then gone back into Appearance -> Customise -> Footer settings -> Footer content and the width in preview has gone back to longer width but the value is still 64rem.
I have cleared the cache etc but still the same longer width.
Please help!
Thanks in advance.
-
Example can be viewed here.
http://colofwhousing.com.au/online/scroll down to view the footer section.
Hello theticus,
Try below css.
footer[role="contentinfo"]{
max-width:64em;
}
Hope this will helps you.
Hey there,
sorry for the late reply but I was out with the fam last night and did not get home until late.
I also apologize for the mix up with the customizer. It seems there are two different elements being targeted one by the customizer itself and the other by the customizer.css. Totally my fault for not catching this.
If you can please open up
customizer.phpand scroll to line 4677 and also line 4680.you will see that it says
.footer_wrapso please change it tofooter[role="contentinfo"]Or you can use the simplified solution that @addweb-solution-pvt-ltd provided. Both will correct the issue for you. I am going to make the change as well to WP-Forge and push it out in the next update.
Thanks for bringing this to my attention and I again I do apologize for the lack of attention to detail on my part as well as any inconvenience this may have caused you.
Thanks both.. @addweb-solution-pvt-ltd & @tsquez
You guys rock! Both method works and fantastic response. Loving this theme. Hence, am rolling out on all my clients 😉 Bring on the update!
Those who are reading this after the fix, you won’t see my sample error as its been fixed. Basically, the footer section width was longer than the whole body width. That’s all.
Cheers,
Happy customer. 😉Thank you. Glad we were able to get that corrected for you.
If at all possible please consider leaving a rating and review of WP-Forder and let everyone know how much you like the theme.
Thanks again and if there is anything else, please do not hesitate to let me know 😉
The topic ‘footer length not setting’ is closed to new replies.
