Viewing 7 reply threads
You must be logged in to reply to this topic.
The image in single portfolio is always downsized to a width of 825 px, also when I uploaded full size with 1130 px.
I changed the image size in functions.php, but it doesn’t work.
Please help!
Hello,
Please reupload the images again (after editing functions.php) or install and run a plugin to recreate the thumbnails.
Let us know.
Best regards!
Hi, I would like to change the portfolio image in “In container slider” version.
How can I edit css for this page? I see it uses bootstrap.css:
.row-fluid .span9 {
width: 74.46808510638297%;
}
I would like to change it but not affecting another pages. I mean, I would like to add a css class for this single portfolio page. Is it possible?
Thanks
Hello,
@crisTenereTech,
Can you please send us a link where are you having this? So we can give you a more specific css code to add into your custom css box.
Best regards!
Hello,
Please add this code into your custom css box:
.single-portfolio .row-fluid .span9 {
width: 60% !important;
}
.single-portfolio .row-fluid .span3 {
width: 35% !important;
}
This is the result: screenshot. You may edit the values to your wish, if you prefer the image even more smaller and description field more wide.
Best regards!
You must be logged in to reply to this topic.