Dear airbiip.
Thank You for posting your question. I will send you the way how to make your request. Please edit the Widget.php file of our plugin. Find there
.Rich_Web_Tabs_Accordion_Content_<?=$Rich_Web_Tabs?>> div
class in line 4713 and there is given padding: 20px replace it with padding: 0px
This will solve your problem.
Thank You.
in line 4713 I don’t see, padding: 20px
see screenshot: https://i.imgur.com/adFI3Mi.jpg
Dear airbiip.
Please try the line 4737. There must be written
padding: 20px;
Thank You.
So I did the plugin editing line 4737 from 20px to 0px for the content border spaces, it solved on desktop version but it didn’t solve on mobile version. how do I also change the mobile version.
View post on imgur.com
Dear airbiip.
There you set a class to the inside tab, which calls ” csColumn ” which is getting any style from another css file and I can’t say you from where to change the size it is getting 80% width of the container and margin from left and right 10%. That is why you have that view. Please try to find that row and fix that style.
Thank You.