osCitas Themes Member
Forum Replies Created
-
Hi,
Use css written below and let us know if it resolves your issue.
.osc-res-tab.tabcontent ul.tab-content { padding: 0; }Thanks
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
Hi,
this is due to css rule at line number 469 from shortcode.css, which is applying on active class. It is showing an image http://cartaovipmais.com/wp-content/themes/infocus/images/shortcodes/sprites/custom_sprite_dddddd.png as background.This css adding an extra css property to active tab.
Please make parent specific css, or add a css property to overcome from this problem in your theme stylesheet
.osc-res-tab .tab-content li { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); }Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Button codes dont workhi robmuzo,
Tahnk you for using Easy Bootstrap shortcode.
Paste this shortcode and check if button works properly[button style="btn-info btn-sm" icon="glyphicon glyphicon-picture" align="left" iconcolor="#1e73be" type="button" title="Button"]
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] tab selection on external link not workingHi visioncreativewilson,
Thanks for using our plugin, actually your shortcode missing closing tag ‘[/restabs]’, write this closing tag at end of shortcode and it will work fine.Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tabs showing color only when logged inHi styzer,
There is no relation between user login status and tab’s color, we would like to see ERT shortcode you are using to make colorful tabs.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tabs showing color only when logged inHi styzer,
Please provide the link of the page. That will help us to provide the solution.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Remove spacesAdd this css in your theme’s style.css
#content-area .osc-res-tab ul li {
margin: 1px;
}