• Resolved overide6

    (@overide6)


    Hello,

    great plugin, but is it possible to get the text next to the thumbnail and not above?
    I also noticed that the page looks different in FF than in Chrome?!

    Danke für die Hilfe im Voraus 🙂
    Liebe Grüße
    Alfred

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpseek

    (@alphawolf)

    Hallo Alfred,

    rein mit CSS würde ich es so probieren in Deiner style.css:

    
    .sya_container ul li {
        min-height: 130px;
        position: relative;
    }
    
    .sya_container .sya_postcontent {
        margin-left: 120px;
    }
    
    .sya_container .sya_postimg {
        float: left;
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    Thread Starter overide6

    (@overide6)

    SUPER – herzlichen Dank 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Excerpt next to thumbnail’ is closed to new replies.