-
AuthorPosts
-
June 19, 2015 at 8:47 am #307120
How do I resize the large image (at the very bottom) and center it using cornerstone?
June 19, 2015 at 6:25 pm #307471Hi there,
Thanks for writing in! First enable advanced controls in Cornerstone. To do that, please refer to the screenshot here (http://prntscr.com/6zsvfj).
Then you can add the following inline styles to that image to make it center.
display: block; margin: 0 auto;
Hope that helps.
June 19, 2015 at 6:43 pm #307479Thanks 🙂
June 19, 2015 at 6:45 pm #307480and how to properly center each of the other images above within their box?
June 20, 2015 at 3:24 am #307736Hi there,
Please add the following CSS under Customize -> Custom -> CSS :
li.x-block-grid-item img { margin: 0 auto; display: block; }
Hope it helps.
June 20, 2015 at 4:18 pm #308031Thanks.
June 21, 2015 at 1:09 am #308226You’re welcome.
November 2, 2015 at 10:47 am #649479Hi
I am trying to add an image on one of my pages with a description lined up next to it, just like in the Icon demo. Can you please tell me how to do this?
November 2, 2015 at 10:50 am #649482This reply has been marked as private.November 2, 2015 at 12:38 pm #649634Hi @juanaflor
Thanks for updating the thread but always open a new thread for different topic rather replying on old thread to keep the things simple.
However it seems you already placed the image and texts. You need to use one column for placing image and other for text that you are already did. however if you need to resize the image or need to adjust some styling then you can just select the image and place some CSS to style field – http://prntscr.com/8y9en4
You can use padding/margin property to control the spacing.
Hope this helps.
Cheers!
March 13, 2016 at 4:42 am #835630Hi,
I have just tried to resize my image in this way but it doesn’t change the sizing at all. See screenshot. Webpage is here: http://www.thepsychologycompany.co.uk/supervision.
You will see on my homepage that I have been able to resize the slider to 1172 x 311. I would like to replicate this in other areas of the site but can’t seem to work out how to do this in Cornerstone.
Could you help?
March 13, 2016 at 4:55 am #835643Hi there,
Your screen shot didn’t upload since it was larger than maximum allowed size.
Please add image as section’s background, add padding to its top and bottom to adjust image height.
Hope it helps.
-
AuthorPosts