Tagged: x
-
AuthorPosts
-
January 4, 2017 at 9:34 am #1315901
kshibaParticipantHello,
I’d like to change the width of a single portfolio item image. Most of my portfolio images are horizontal, but for the vertical images the length is too long for the page. Can you tell me how to change the CSS to shrink the image sizes for only the portfolio images I choose?
Thank you!
January 4, 2017 at 10:06 am #1315958
Prasant RaiModeratorHello There,
Thanks for writing in!
Could you please provide us with your website URL so we can take a closer look?
Thanks.
January 4, 2017 at 4:48 pm #1316489
kshibaParticipantThis reply has been marked as private.January 5, 2017 at 12:36 am #1316963
RupokMemberHi there,
Thanks for the credentials. Your website throwing a fatal error and it’s not accessible – http://prntscr.com/drp6w7
Kindly remove the maintenance plugin you are using from FTP. We have an under construction extension that you can use from X Addons menu.
Cheers!
January 10, 2017 at 7:21 pm #1324853
kshibaParticipantThis reply has been marked as private.January 10, 2017 at 8:31 pm #1324932
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
January 10, 2017 at 9:56 pm #1324977
kshibaParticipantThis reply has been marked as private.January 11, 2017 at 2:02 am #1325153
RupokMemberHi there,
Thanks for writing back. I guess here is one portfolio item where you are having long image – http://rumihashimoto.com/portfolio/light-within-1/
For this one, you can use CSS like this under Custom > CSS in the Customizer.
.x-portfolio.post-520 .entry-thumb img { min-width: auto; }Hope this helps.
Cheers!
January 11, 2017 at 12:55 pm #1325989
kshibaParticipantThank you. The size works well now. However, the image is left justified with a large white space behind it. How can I center the image and remove the white space?
Thank you!
January 11, 2017 at 1:08 pm #1326006
kshibaParticipantThis reply has been marked as private.January 11, 2017 at 4:31 pm #1326234
JadeModeratorHi there,
Would you mind reattaching the screenshot as it didn’t go through.
Thank you.
January 11, 2017 at 4:52 pm #1326244
kshibaParticipantThis reply has been marked as private.January 11, 2017 at 11:23 pm #1326761
Paul RModeratorHi,
You can try this code instead.
.single-x-portfolio .entry-featured { width: auto; display: inline-block; margin: 0 auto; } .single-x-portfolio .entry-content.content { text-align:left; } .single-x-portfolio .hentry .entry-wrap { text-align:center; }Hope that helps.
January 12, 2017 at 11:01 am #1327417
kshibaParticipantHello and thank you again for your time.
Unfortunately, this doesn’t work. The image size doesn’t change.Could you provide me with a different solution?
Thank you!January 12, 2017 at 2:01 pm #1327658
JadeModeratorHi there,
Please add this code:
.x-portfolio .entry-featured { background-color: transparent; width: auto; border: 0; } .x-portfolio .entry-thumb { width: auto; display: inline-block; padding: 7px; border: 1px solid rgba(0,0,0,0.075); }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1315901 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
