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

    Hi! Love the new theme options, seriously great fun to work with.

    I was just wondering if it were possible to make the logo larger in the sidebar? If you have a look at my site there is a lot of white space around it.

    Also, is there a way to increase the length of menu sub items so that the text doesnt wrap?

    thanks!

    #328172

    Hi TheProductionHouseEvents!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_sidebar .logo { padding: 20px; }
    .av-main-nav ul { width: 240px; }

    Cheers!
    Yigit

    #328629

    Thanks that’s great! Except now on any screen sizes smaller than 767px the logo is cut off. Sorry!

    #329011

    Hey!

    Please change following code

    .html_header_sidebar .logo { padding: 20px; }

    to following one

    @media only screen and (min-width: 768px) {
    .html_header_sidebar .logo { padding: 20px; }}

    Cheers!
    Yigit

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