New Landing How can we help? Themeforest Theme Support Dante Blog : reduce ratio image / text

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #181343
    newki
    Member
    Post count: 177

    Hello !

    On my blog homepage, I’ve chosen “Mini” as blog type. The width ratio image / text is 50%-50%. I’d like a 30%-70% ratio = reduce the with of the image and increase the width of the text. I’ve didn’t see how to do this in the options.
    I’ve tried to change the width in .mini-items .blog-item figure. It work woth Firebug but not in the css.
    Can you help?
    Thanks !

    #181356
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sure, add this to your custom css:

    .mini-items .blog-item figure {
      width: 270px;
    }

    – Kyle

    #181358
    newki
    Member
    Post count: 177

    Yeah it’s what I did but it doesn’t work, even with !important… I still have 50-50

    #181360
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s because you’re missing a closing brace in your custom css for this rule:

    #logo h1 {
    color: #e47a4b;
    line-height: 63px;
    float: left;
    margin-left: 15px;
    font-size:21px;

    – Kyle

    #181362
    newki
    Member
    Post count: 177

    Ah ah thanks ! I have to close another post then 😉

    #181363
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

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 one of the following items
Login and Registration Log in · Register