Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi,
My client is asking me to make the image on the site I am developing for him, modifying a portfolio item image and column description dimensions: (url via private tab) once the post publishes.
I need the image smaller, by at least 30-40% and the RHS colum description needs to be wider, expanding closer to the image on the left. In firebug, I am able to make the image smaller, but the description remains tugged to the right of the page, creating a big gap within image and text. I need to avoid that.
Thank you for all your help with this, and all the other issues I have posted.
Hello,
Please try adding these line sinto your custom css box:
.portfolio_single .row-fluid .span9 {
width: 54% !important;
}
.portfolio_single .row-fluid .span3 {
width: 45% !important;
}
.portfolio_single footer#footer .inner .row-fluid.ff .span3{
width: 23.404255319148934% !important;
}
Best regards!
Hi Mihaila,
I added the code to the custom css, but the result is not exactly what my client wants. he wants to keep the content to the right of the image.
Looking forward to your reply,
Beatriz
Hello,
Please edit the .portfolio_single .row-fluid .span9
width to 50%.
Best regards!
You must be logged in to reply to this topic.