Hi,
Indeed there seems to be an issue with the Construct demo, when the menu is in affix state. I will add this on our list and it will be fixed as soon as possible. In the meantime if you could provide a link to your website I will try to give you a solution.
Thanks
This code will be a solution to the affix problem in that demo
– https://www.screencast.com/t/ql8cNVRScQf
If you decide to use it again, enter this code in Theme panel->Custom CSS section
@media (min-width: 1141px) {
.td_stretch_container .td-header-menu-wrap.td-affix {
width: calc(100% - 40px * 2) !important;
}}
Sorry for the inconvenience.
a person is not appearing this is another issue https://i.imgur.com/7NYMSsx.png
-
This reply was modified 8 years by
usman.
Indeed, on smaller screens the image is only partially visible
– https://www.screencast.com/t/62KkfIVknMR9
While on bigger screens it is visible
– https://www.screencast.com/t/2M8e8Unq3T5
This happens because of the custom design the demo uses for that section
– https://www.screencast.com/t/quqBFTw4j8fw
You could edit the page used in the footer and change the elements in it, or try a different design
– https://www.screencast.com/t/RSucMwqV
I will add this on our list and our design team will try to make some changes to that section as soon as possible, for better results on smaller screens. Thank you for mentioning it to us.
Hello usman,
If you want to add something like this you should use the TD Composer page builder and add these elements from here -> https://www.screencast.com/t/U4XV3LYn (team member and call to action).
Thanks for your understanding!
