Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #162128

    Hi,

    The old version is easier for searching the answer of my questions. Anyway, since it’s harder for me to find them, I will ask your help to solve my issues,

    1. I want to center the title of preview image in both portfolio grid and post slider.
    2. how can I change the size of preview image in post?

    thanks.

    #162212

    Hi,

    1) Please add following code to Quick CSS in Enfold theme options under Styling
    .avia-content-slider .slide-entry-title { text-align: center; }

    2) You can change blog layout in Blog Style in General Settings
    http://i.imgur.com/VrbxQnB.jpg

    Regards,
    Yigit

    #162442

    Yigit,

    Thanks for quick reply.

    The first issue solved the part about blog title, but not portfolio title, please check,
    http://rememberwhatyouare.com/art/

    About the second issue, sorry that I did not make it clear enough. I would like to change the size of preview image in post to be the size that I can decide, can you help?

    btw, how can I change my user photo that appears here?

    sincerely,

    K

    #162542

    Hi K,

    1) Please add following code as well
    .main_color .grid-entry-title { text-align: center; }

    2) Please see this topic https://kriesi.at/support/topic/featured-image-size-2/

    3) It is your Gravatar picture. That is where you need to change it

    Regards,
    Yigit

    #162762

    Thanks Yigit. That was very helpful.

    Now I can change the size of the preview but it was not centred. Is there a code for it?
    http://rememberwhatyouare.com/2013/08/31/dont-take-it-pesonally-01/

    Sincerely,

    K

    #162782

    Hey,

    You can add this on your custom.css or Quick CSS:

    .single-post .single-small.with-slider .small-preview {
    left: 65px;
    }

    Regards,
    Ismael

    #162787

    Thanks. It worked.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Preview image title and size’ is closed to new replies.