• Hi

    So iam having problems removing the meta stuff

    ive managed to remove post navigation and meta data of posted and date etc..

    now i cant seem to find how to remove the dotted line in sidewinder theme?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Tuka08

    (@tuka08)

    The dotted line is set here:

    .hentry {
        border-bottom: 1px dashed #EEEEEE;
        margin: 0 0 20px;
    }
    Thread Starter Tuka08

    (@tuka08)

    thanks for super fast response but hmmm..

    i modified the styles.php with it as follow

    and edited it as this:
    .hentry {border-bottom: 0px;margin:0 0 0px;overflow: hidden;}

    but it still seems to take margin before the bottom copyright infos

    or is there something else takin the empty space

    i have these in the custom CSS box

    .entry-meta, .entry-utility { display: none; visibility: hidden; }
    
    .single-galleries .navigation { display: none; margin-top: 20px; }

    Thread Starter Tuka08

    (@tuka08)

    so what i ment to say i want gallery pages to be identical to the home page with no extra margin between them ??

    Remove the visibility: hidden — you cannot have both display:none and visibility: hidden — and the latter is overriding the display: none — which leaves the space there.

    There is also 10px of padding from this:

    #commentsbox {
        margin: 0 auto;
        max-width: 940px;
        padding: 10px;
    }

    Thread Starter Tuka08

    (@tuka08)

    well uhm i think i fixed those, yet theres still something taking like 3cm marging compared to the main page uhm..

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘removing dotted line (gallery)’ is closed to new replies.