Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #296313

    Hi,

    how can I reduce the space between the sidebar elements on my blog http://miApple.me and also the Space between the header Element and the post/page text?

    Cheers,
    Gee Are

    #296412

    Hey Gee Are!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->Quick-CSS field put the following and adjust first value:

    
    #main main{
    padding-top: 10px !important;
    }
    
    .widget{
    padding: 15px 0px !important;
    }
    

    Cheers!
    Günter

    #296420

    Hi Günter,

    thanks, works except for the footer. How can I change it, too?

    Cheers,
    Gee Are

    #296423

    Hi!

    Try the following:

    
    #footer .widget {
        margin: 15px 0 !important;
    }
    

    Cheers!
    Günter

    #296447

    Hi Günter,

    works! Thanks!

    But last question: The very first space on the sidebar above the first element is to large. How can I reduce this, that it is in one line with the post headline?

    Cheers,
    Gee Are

    #296449

    Hi!

    Try the following and adjust the value:

    
    #main .sidebar{
    padding-top: 0px;
    }
    

    Cheers!
    Günter

    #296457

    Hi Günter,

    great! Works, ticket can be closed!

    Thanks,
    Gee Are

    #296466

    Hi!

    Glad I could help you. Enjoy the theme.

    Best regards,
    Günter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Reduce space between sidebar elements’ is closed to new replies.