Hello, how do I control the width of the tab?
I want it to be wider where loads the text on the screen. How to justify text within the tab?
And how to control the size of the font in the title of the tab?
Hey mleite1!
Please add following code to Quick CSS
.tab {
font-size: 19px!important;
}
then please go to Enfold theme options > General Layout > Dimensions and increase container width
Cheers!
Yigit
Ok, Yigit. I need additional information.
1 – how do I control the width of the tab (text block)?
2 – I want it to be wider where loads the text on the screen. How to justify text within the tab?
3 – And how to control the size of the font in the title of the tab?
LINK IMAGEM
http://www.screencast.com/t/ty9zNA4LPsEc
Hey!
You are currently wrapping your text around “strong” tags. We would recommend you to wrap them in heading tags.
You can increase title sizes by adding following code to Quick CSS
.tab_inner_content strong {
font-size: 22px;
}
.sidebar_tab .tab_titles {
width: 20%;
}
Cheers!
Yigit