Sidebar adjustments

  • Posted in : Read WP
  • Rigamix
    Participant

    Hello,

    I’d like to reduce the space between the sidebar elements and also, is there a way to get rid of the grey underline when you mouse over an image link (but not the text if possible) ?

    I’ve attached a snapshot : http://i.imgur.com/gQbBAeJ.jpg

    Thanks !

    Rigamix
    Participant

    Or even, if there is a way to put several icons (or Image links) next to each other instead of one on top of the other ? Like this http://i.imgur.com/twhHfyw.jpg

    Thanks again.

    ahmetsali
    Keymaster

    Hi,

    1-) try this custom css code;

    #secondary .widget {
        padding-bottom: 4px;
    }
    

    2-) provide your url and let’s see what can be done.

    Rigamix
    Participant

    Hey thanks, looks better already !
    Here is the url : http://steakollective.net/

    (I’m the same guy with the centered images problem)

    ahmetsali
    Keymaster

    also for your icons in the sidebar you can try this custom css code;

    .jetpack-image-container a:hover {
        background: none;
        border: none;
    }
    .widget_image {
        float: left;
    }
    .widget_archive {
        clear: left;
    }
    .widget_image + .widget_image {
        padding-left: 16px !important;
    }
    
    Rigamix
    Participant

    Works great, thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register