• Hello,

    There’s a problem with galleries on the theme : img on galleries are floating left and i don’t arrive to fix it on css.
    I don’t understand why.

    Could U help me please?

    Thanx

Viewing 1 replies (of 1 total)
  • Theme Author RoseCitySister

    (@rosecitysister)

    Yes, and I’m sorry you’ve had trouble with that. The problem is with the definition list styling conflicting with the gallery CSS. You can delete this from the style.css file, lines 292 through 316, or look for this and delete:

    dl {
    clear:both;
    display:block;
    font-size:1.1em;
    margin:15px;
    text-align:center;
    }
    
    dl dt {
    float:left;
    font-weight:600;
    left:0;
    margin-bottom:5px;
    padding:0;
    text-align:left;
    width:110px;
    }
    
    dd {
    border-left:1px solid #ccc;
    margin:0 0 10px 130px;
    padding:0 0 1em 1em;
    text-align:left;
    width:auto;
    }

    Your definition lists won’t be styled but you’re probably not using them. Let me know if you need anything else.

Viewing 1 replies (of 1 total)
  • The topic ‘probleme with theme gallery’ is closed to new replies.