Tagged: image size, image title, preview
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.
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
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
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
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
Hey,
You can add this on your custom.css or Quick CSS:
.single-post .single-small.with-slider .small-preview {
left: 65px;
}
Regards,
Ismael
Thanks. It worked.