• Resolved mccannstudio

    (@mccannstudio)


    The tabs are working great — I’m very happy with the plug-in, but I’m not sure how to tweak the appearance on the mobile view. The question is slightly indented, and then the answer is indented, creating a very narrow column. Can you please advise me on how to correct the appearance?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author richteam

    (@richteam)

    Dear mccannstudio.

    To solve this problem please, edit Tabs-Rich-Web-Widget.php file. On the 67-th line, in the <style> teg write this code:
    @media screen and (max-width: 570px){
    .Rich_Web_Tabs_Tab_<?php echo $Rich_Web_Tabs;?> > ul.Rich_Web_Tabs_tt_tabs<?php echo $Rich_Web_Tabs;?> p{
    padding-left: 0!important;}
    .Rich_Web_Tabs_Accordion_Content_<?=$Rich_Web_Tabs?> div{
    padding:0!important;
    margin: 0!important;
    }
    .Rich_Web_Tabs_Tab_<?php echo $Rich_Web_Tabs;?> li.active div.Rich_Web_Tabs_tt_tab<?php echo $Rich_Web_Tabs;?>{
    padding:0!important;
    }

    }
    Please, try and let us know.

    This code must solve the problem.

    Thank You.

    Plugin Author richteam

    (@richteam)

    Dear mccannstudio.

    Our team is going to do an update now. And this problem will be solved in the new version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile view’ is closed to new replies.