Hello I am testing the social Tabs module in a fixed position on my website. I am using a T3 template with 4 views. In the module the settings for width are only in px. I set the width of the module to be 350px This works fine on the largest view but as you start going through the smaller views the module goes off the page. Is there anyway to set the width of the module to be 100% so it will fill the area of the position on every view?
Any help is greatly appreciated.
Thank you for the reply here is a screenshot when the website starts to scale down. Also when the website gets to the smallest view on mobile the social module disappears. I tested this on the demo and this happens as well, When you scale the browser to the smallest screen the module disappears.
I think if the module allowed you to add 100% in the width that will allow it to scale according to the screen size.
Hi,
Thank for your feedback!
This issue we will update the next time.
Currently "static tabs" allow the user to enter the width, not resize follow the width of the position on the template!
Hi,
There is a problem here:
When I custom tab "static tabs", then "stiling tabs" will display error.
If you only use "static tabs" can try to install the module in the attachments
If you want to use the full range of style options may be waiting for updates
is there anyway to make this module responsive? If you cant get this done please let me know.
Will this module be responsive if yes can you give me a date?
Hi
This problem, you can do following:
You find to dcsmt.css: (root/module/mod_jux_social_tabs/assets/css/dcmt.css)
and edit the line :
@media ( max-width : 480px) {
div.dcsmt {
display: none; =====> edit: display:block;
}
}
You can see in the attached file for more details
If not disturb, please rate us 5 star(100point):
extensions.joomla.org/extension/jux-social-tabs
It will be great motivation for us.