Viewing 11 reply threads
You must be logged in to reply to this topic.
Hi,
is it possible to set up custom footer and header width?
Thanks,
Marian
no answers? It’s been already 2 days posting my question…/s
Hello,
Sorry for the late reply.
You can do it via css code. Add the needed code into your custom css box.
Best regards!
Hello,
Please edit the code below to your need:
header#header { width: 100%;}
footer#footer { width: 100%;}
The 100% is equal to the max width assigned for the template which is 1583px.
Best regards!
Hello,
unfortunatelly this does not work when passed into Custom CSS block
Marian
Hello,
Please add an !important
after the attributes and try again.
Best regards!
Hello,
add like this
header#header { width: 100% !important;}
footer#footer { width: 100% !important;}
but does not work
Marian
Hello,
Please add this code:
@media (min-width: 1101px){
footer#footer .inner .container { max-width: 1375px !important;}
}
Please send me a screenshot of the header you want to edit.
Best regards!
Hi,
it is OK now, do not need to change main navigation menu width for now
Thanks,
Marian
Hello i have made a custom footer on visual builder , how can i add that to the current footer so that it applies on all the pages ?
Hello,
Sorry but that is not possible.
The footer is defined by different files and customized by theme options. The Builder is used in each page/post to add content to it. If you want to have the same content in every page, then you need to add it manually in every one of them.
Best regards!
You must be logged in to reply to this topic.