Hi, my footer works fine with screen size 1280×640 and below..
https://ibb.co/if4NtF
but when open in 1920×1080
https://ibb.co/ge56Lv
, the content get cut and container body
(have quite much whitespace – container size just 1024px in 1920px screen) đ
You can check it here
http://52.221.247.63
Hi,
I see that that you have managed to resolve the issue. The footer seems to display properly at the moment – https://www.screencast.com/t/CUS4Kc6zNl
Thanks
Yes, i already solve it..
There row for the footer content need to be default, can’t strech container/content.
Because the footer layout container is fixed.
Something i found:
I don’t know is it a bug or not, there’s a css class td-bp-span2 that always make my element below 796px width:100%, so 1 column = 1 row..i want to force the responsive, so below 796px i can make 1 row = 4 column whatever happen..So i alter the css in td-bp-span2 width to: 33.33333333%
Hi,
Three columns is the maximum number that can be used when using the tagDiv composer at the moment. You will have to create a layout based on this condition. Maybe additional options will be made available in future updates, but I could not say for sure if this will happen.
You can still use Visual composer if you want, but please consider that in the future more options will be added exclusively for the new front-end page editor.
More useful information about the composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Thanks