-
-
Hello,
How is it possible to not show the Custom Fields in a Portfolio. I have no Custom Fields Parameters in Specular/Portfolio Config and did not fill in any in the Portfolio Items/Single Portfolio Options/Custom Fileds.
I like to use the space under the Container Image Slideshow with the Visual Composer, where I want to use 3/4 + 1/4 columns.
I tried in CSS with
.row-fluid .span9 {
width: 100%;
}but it did not work.
Thanks for Help!
Bernd[caption id="" align="alignnone" width="1034"]
this is how it looks now[/caption]
[caption id="" align="alignnone" width="1048"]
should be like this[/caption]
-
This topic was modified 10 years ago by
Bikul.
-
This topic was modified 10 years ago by
-
Hello,
I edited the code above to this:
.row-fluid .span9 { width: 100% !important; }
Result:
Best regards!
-
Hi Mihaila,
thanks, that works, but only for the portfolio items which use the <span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Container Image Slideshow and the content below.</span>
But I have made a second form of portfolio items with a floating sidebar on the right. They will get affected by this code too and disappear completely.
Is there a chance to not alter this type of portfolio?
Thank you for Help
Bernd -
Hello,
the reason why I wanted to change the portfolio items and do not show the Custom Fields is that I could not use html in there. If that would be possible either (use bullets, paragraphs etc) I would leave the layout as it is.
May be that would be easier?
Thanks for Help
Bernd -
Hello,
Sorry that is not possible. But i edited the code to this:
.single_portfolio_container .row-fluid .span9 { width: 100% !important; }
So it will be applied only to normal, bottom content portfolio items. Please check it in your site.
Best regards!
-
-
Hello Mihaila,
somehow the 100% width for the normal, bottom content portfolios changed although the code
<span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>.single_portfolio_container .row-fluid .span9 { width: 100% !important; }</span>
ist still in the custom CSS.
Glad about Help!
Bernd -
sorry! I found it, there was a (-) missing
No problems with that anymore
-
You must be logged in to reply to this topic.