Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #541280

    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?

    LINK
    http://www.milk9.com.br/qlrn04/apt-n04/

    #541815

    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

    #541926

    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

    #542278

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.