Header & Footer not Full width
-
Hello,
I have a problem with the menu header and the footer being boxed in and is not full width.
Please see the link and help ke in resolving the problem
Thank you,
Gopi Mundkur
The page I need help with: [log in to see the link]
-
Hi Gopi,
It looks like you’re using a boxed layout. You can set your layout to fullwidth from Theme Options > Main Settings.
Hope that’s helpful!Best,
HannahHi Hannah,
I checked the settings and the settings are at full-width. Could there be some other setting in customiser advanced CSS that needs to be added/altered? Please see the screenshot: https://imgur.com/mz2SQJz
Kindly advise.
Regards,
GopiHi there!
Have you cleared/purged your Cloudflare CDN already? Also, do you have other optimization plugins enabled? If so, please try to clear them. Here are posts you can refer to:
- https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/clearing-your-website-cache/
- https://developers.cloudflare.com/cache/how-to/purge-cache/
Let us know how it goes.
Regards,
KarlaHi Karla,
I followed everything given in the two posts. However, it is not resolved yet. What next?
Regards,
GopiLooking forward to your kind response so that the issue can be resolved. Thank you.
I happened to have found an old support post on this subject: https://wordpress.org/support/topic/changing-page-width-in-virtue-theme/
I added the CSS to the theme option advanced settings and the header and footer are now almost full width, except for a little part that does not stretch on the left and right edges (https://srilankatourpackage.com/). Please help me achieve the full width with any change/alteration to the CSS:
@media (min-width: 1200px) {
.container {
max-width: 1500px;
width: 100%;
}
}Thank you & regards.
Hey @mundkurgopi1955,
That CSS will only make your content fullwidth for screens up to 1500px. Can you tell me what all you’ve added to your child theme? The behavior that’s happening is not default to the theme.Kindly,
HannahHi Hannah,
Thank you so much for responding. As I have limited knowledge in such matters could you kindly let me know how to send you the information about what all I have added to the child theme?
Regards,
GopiHi Hannah,
This is the code in Appearance>> Customise >> Additional CSS:
@media (min-width: 992px) {
.span4,
.col-md-4.clearfix.kad-header-left {
width: 16.66666667% !important;
}
.span8,
.col-md-8.kad-header-right {
width: 83.33333333% !important;
}Kindly advise me so as to achieve the full width in the header and footer.
Thanks & regards.
GopiHi Hannah,
Requesting a kind reply.
Thanks & regards,
Gopi
As I did not hear from you, I resolved it by hiring a freelancer.
Hi,
So sorry for the delay! I’m glad you were able to find a freelancer to help. Please let us know if there’s anything else we can help with.Best,
HannahGopi, what did the freelancer do?
My footer full width problem solved with this code
/* Set footer to full-width without changing background color */
body:not(.fse-enabled) #colophon {
max-width: calc(100% – 8px);
width: 100%;
}@media only screen and (min-width: 560px) {
body:not(.fse-enabled) #colophon {
max-width: calc(100% – 64px);
}
}body:not(.fse-enabled) #colophon {
width: 100%;
max-width: none;
padding: 1.5em;
display: block;
justify-content: center;
}.site-info {
text-align: center;
}
The topic ‘Header & Footer not Full width’ is closed to new replies.
