Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1178515
faq
Closed

Comments

  •  2
    Maria started the conversation

    Hi Gregory

    I have a problem on page FAQ

    + is on the right side

    I need it on the left side.

    please help

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .vc_general.vc_tta.vc_tta-tabs {
        direction: ltr;
    }
    body ul.vc_tta-tabs-list * {
        direction: rtl;
        text-align: right;
    }
    body ul.vc_tta-tabs-list li a {
        padding-right: 40px !important;
    }
    body .sc-tour.sc-tour-style-2 .sc_tabs_nav li.resp-tab-active:before, 
    body .vc_tta-tabs.vc_tta-style-scalia-style-2.vc_tta-tabs-position-left .vc_tta-tab.vc_active .vc_tta-title-text:before {
        content: '\e601' !important;
        float: right;
        margin-right: -26px;
    }
    body .vc_tta-panel-body {
        direction: rtl;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Maria replied

    you didnt understand me

    I wanted smth like this

    look

  •  7,092
    Oliver replied

    Pls. remove my css.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Maria replied

    I removed.

  •  7,092
    Oliver replied

    Just addd this:

    body .wpb_toggle:after, 
    body .vc_toggle_title:after {
        float: left;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Maria replied

    perfect thanx

    and why I cant see "-" when i open the tab? like on main page

  •  7,092
    Oliver replied

    Css:

    h4.wpb_toggle_title_active:after, .vc_toggle_active .vc_toggle_title:after {
        color: #000 !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Maria replied

    Perfect!!!!!!!

    Thank you very much

  •  7,092
    Oliver replied

    Yo are welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver