Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22708

    I have a request related to post layout and featured image.

    If I define a featured image I lose a considerable space on the left side, almost 15%

    See this example – http://www.andreanolanusse.com/pt/delphi-xe4-conheca-as-novidades-para-ios-e-mais/ – the image was define and its on the top, however the little camera icon stay there getting all the space.

    Any change you guys can fix that?

    Thanks,

    Andreano

    #116929

    Hi Andreano,

    I believe this has actually be requested in the Enfold feature request topic already so it will be up to Kriesi on implementing it or not (an option to disable the icons).

    Regards,

    Devin

    #116930

    Hi Devin,

    Thanks for the quick reply. Would be great if we can have a option to disable the icon. Maybe a layout page that doesn’t include the icon, but allow me to keep the image.

    #116931

    Hi,

    You could actually fix that with a little css modification. You can use this for the meantime. Add this on your custom.css or Quick CSS

    .single .blog-meta {
    display: none;
    }

    .big-preview {
    display: block;
    padding: 0 50px 10px 0px;
    }

    Regards,

    Ismael

    #116932

    Hi Ismael,

    Thanks for the workaround. I’m using that for now.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Layout feature request of bug?’ is closed to new replies.