Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #667585

    hello, I love your theme, but I have a big problem I tried many things but I can not find a solution.

    The content of the sidebar doesn’t use all the width of the sidebar, it’s almost unreadable I don’t understand how to do.

    See the screenshot : https://i.gyazo.com/9f4cbf0d035336bfad85a87bd82a5c6e.png

    Regards,
    CB.

    #667593

    Hey legivap,

    You have following custom CSS code

    .container .av-content-small.units {
        width: 90%!important;
    }

    which makes your sidebar only 10%. Please go to Enfold theme options > General Layout > Dimensions and set width to 100%

    Best regards,
    Yigit

    #667644

    I get what you said but when you look at you still see a big margin with the text. Is it possible to reduce it ?

    • This reply was modified 8 years, 2 months ago by Janus.
    #667663

    Hey!

    Please add following code to Quick CSS

    .container {
        padding: 0 10px;
    }

    If that does not help, we are probably not on the same page. In that case, please post a screenshot and show the changes you would like to make :)

    Regards,
    Yigit

    #667764

    View post on imgur.com

    See the arrows on the sidebar next to “SITES”. I would like to reduce this space.

    • This reply was modified 8 years, 3 months ago by Janus.
    #667766

    Hey!

    Please add following code to Quick CSS

    .content, .sidebar {
        padding-top: 20px;
    }
    .inner_sidebar {
        margin-left: 20px;
    }

    Best regards,
    Yigit

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