Hello,
So, if you activated the option to make the website boxed, then edit with tagDiv Composer, select the row on the header and footer and set the option for “Row stretch” on Default =>https://www.screencast.com/t/I7lDMXJjiwZ -> https://www.screencast.com/t/O8cc7n4ZzIc
Hope this helps you!
Thank you!
Hi
I have set Row Stretch in the Footer to Default and it worked. But unfortunately, it doesn’t work for the Header. However, it worked on the Top Header too. I have attached the image. I would like the parts marked with X to be adjusted to the entire body, I mean I want them to be boxed too.
https://drive.google.com/file/d/1DG0xjKFaqz0UCrhYCIElffIrD8l7gDiC/view?usp=sharing
Thanks!
Hello,
You have some background color on the header zone => https://www.screencast.com/t/yDR9pIayFtF, and set a background color on the row => https://www.screencast.com/t/TAGbexgMoYC
Hope this helps you!
Thank you!
Hi again
Sorry for bothering you. I have fixed the issue with the colors, the Header is boxed now. But as shown in the image the Top Header row is not perfectly boxed. Please note that row stretch is set to default.
Also could you please tell me how to remove the shadow ONLY on the left and right as shown in the picture (marked with a circle)?
https://drive.google.com/file/d/1w4pjcQ2_5PGKquuxpS4eE0_3o6zVGGFa/view?usp=sharing
Thanks in advance!
Hi Rovshan,
To make the top bar to be the same dimension, please select that row and make sure that you remove the column gap -> https://i.imgur.com/0DZy1lR.png (remove that 0 to be an empty column)in this way the results will be like this -> https://i.imgur.com/ehx9r2V.jpg also then remove the shadow from header menu section -> https://i.imgur.com/M6HKSuf.jpg after that add them on the inner row that is handle the main menu -> https://i.imgur.com/mnH6uaR.png or an alternative is a custom css -> https://i.imgur.com/hpSI955.jpg
.td-header-desktop-wrap .tdc-zone .tdc_zone:before {
width: 1164px;
margin-auto: 0 auto;
}
I hope this will help you!