Home › Forums › Arnold WordPress Theme › question about sizing
- This topic has 5 replies, 2 voices, and was last updated 9 years, 2 months ago by
SeaTheme.
-
AuthorPosts
-
March 21, 2017 at 4:14 am #12371
http://themes.uiueux.com/arnold3/?header=horizon-menu-right#&gid=1&pid=5
This image appears to have more padding around it and I would like to make all my images like this. Is there a way to centre and shrink the size of the image?
Thank you so much
March 21, 2017 at 5:40 am #12372Hi,
sorry, i maybe don’t understand your question, did you talk the image spacer?
Please try to edit the page with portfolio, set the spacer option here:
Cheers!
Bwsm – uiueux.com – Twitter – FacebookMarch 23, 2017 at 2:57 am #12396The link i sent previously had an image that wasnt full screen in gallery mode.
Im wondering if i can have more white space around images in gallery mode. and keep it one size even on big monitorsThank you so much
March 23, 2017 at 3:28 am #12397I not sure know the solution if works, the size and position is calculated by the JavaScript of plugin. You could add custom css to covered it forcedly. But I don’t test it totally. Are your all image is same size? If the images size is 1000px, you could test the custom css
@media (min-width: 900px) { .pswp img { width: 1000px!important; height: auto!important; } .pswp__img { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .pswp--animated-in .pswp__zoom-wrap { -webkit-transform: translate3d(0, 0, 0) scale(1)!important; -ms-transform: translate3d(0, 0, 0) scale(1)!important; transform: translate3d(0, 0, 0) scale(1)!important; } }March 23, 2017 at 4:07 am #12398thanks for your quick reply, where would i put that code?
do you know why these images are smaller then the other ones?
====http://themes.uiueux.com/arnold3/#&gid=1&pid=5
=====http://themes.uiueux.com/arnold3/#&gid=1&pid=9Thank you
March 23, 2017 at 5:02 am #12399sorry, please put the code -> Appearance / Theme Options / Custom Css
The 2 images origin size are smaller than others maybe.
The size depended on image origin size, viewpoint size of computer, image radio… -
AuthorPosts
- You must be logged in to reply to this topic.
