Hi, I need to align justify the text inside tabs content. Can you give me a CSS shortcode to do this?
Many thanks.
Hey bebetoblu!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following CSS Code. You have 2 divs you can style:
.av_tab_section .tab_content {
}
.av_tab_section .tab_content .tab_inner_content {
}
Don’t forget to add !important to each CSS style.
Cheers!
Günter
It works good! Many thanks.