• All the content inside the tabs are a bit deslocated to the right (as if there is a margin left configuration for the content).

    I don’t want the content to be deslocated as it is, I want the text to begin at the very same vertical line as the left margin of the first bottom of the tab (margin-left=”0″).

    How can this be accopmlished?

    Here is a shortening of a link were you can see details about the content of the tabs deslocated to the rigth: http://clubevipmais.com/casadoterere

    Please give me the directions to solve this issue.

    Thanks for the help.

    https://wordpress.org/plugins/easy-responsive-tabs/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter VIP+

    (@vipmais)

    Here is an image to illustrate what I am talking about.

    Plugin Author osCitas Themes

    (@oscitas)

    Hi VIP,

    We have provided the custom class option in the plugin where you can enter your own custom class, so write the css class you want and put it there.

    In future please use the following page to post issues in case you will face any,

    osCitas Support Fourm

    Thanks

    Thread Starter VIP+

    (@vipmais)

    I am aware about the custom class option on the plugin,but none of the codes that I use to try to move the content of the tab to the left with no space at all have worked.

    What would be the exact code to be inserted in order to be effective? Is there a code that could be inserted at my theme css to take effect in every post I have ERT in use or will I need to add this code one by one

    Hi,

    To remove padding from tab contnet use the css property given below

    .custom_class_name ul.tab-content{
          padding: 0;
       }

    Replace thae ‘custom_class_name’ with your own provided custom class name.

    Thanks

    Thread Starter VIP+

    (@vipmais)

    Hi there,

    Thanks for the response. Unfortunately either I did something wrong or it didn’t work.

    Here is what I did:

    1) I inserted the code provided into my theme css stylesheet with the custom class name of tabcontent, as shown below:

    .tabcontent ul.tab-content{
          padding: 0;
       }

    2) Into the custom class option in the plugin, I inserted the css class tabcontent and the code became:
    [restabs alignment="osc-tabs-left" pills="nav-pills" responsive="false" class="tabcontent" icon="false" text="V" tabcolor="#2E2E2E" tabheadcolor="#ffffff" seltabcolor="#2fa202" seltabheadcolor="#ffffff" tabhovercolor="#195402" contentcolor="#f9f9f9"]

    This is the post where I inserted the code above. Please check what is wrong here to give me the proper directions.

    Hi,

    Use css written below and let us know if it resolves your issue.

    .osc-res-tab.tabcontent ul.tab-content {
        padding: 0;
    }

    Thanks

    Thread Starter VIP+

    (@vipmais)

    I have just tried and unfortunately it didn’t solve the issue. I am contacting you through the contact form with my site admin details.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to delete the margin left configuration from the content of the tab?’ is closed to new replies.