How to edit the footer section so as newspaper theme newsmag…? not to cut…Like this > https://s29.postimg.org/pwi1s5oqv/image.jpg
Hello newbietamvan,
Sorry for the delay but please notice that we have had day off because we have celebrated our Christmas Holiday, as you can see here -> http://screencast.com/t/kfwLMa9A
I guess that you are using the Background and that’s why the header menu and footer section will be switched in boxed mode. Please notice that our theme will be switched in boxed mode if you will add a background image and that’s why the Footer and the Header are not be displayed in full width. Unfortunately, the theme does not have any such an option that allows you a way to change this behavior from the panel, but you can do that using a bit of CSS code. You should follow the next topic here -> https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/#post-56800 because there you find a solution in this regard.
Thanks for your understanding!
How to using CSS code sir? In theme panel> costum code> costum css????
Hello newbietamvan,
Unfortunately, please notice that is not a simple task and you will have require to do some additional customization in order to achieve best results. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
If you do not like the boxed layout you should remove the background image and the theme layout will become in full width layout.
Thanks for your understanding!
How about this… How can it not work when I have put in Costum CSS? Please help me sir
Hello newbietamvan,
You can make the header “wide” by changing the header section — we use style 8 …
For the footer you can make it wide, via custom CSS.
try this (what I use) —
.td-footer-container {
width: 100%;
}
.td-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}
Thanks for your understanding!