full width
-
Hello,
Is it possible to spread the text and images of my portfolio full width ?
Now only the blocknote are full width.And can i adjust the bleucolor en eye when you hoover over de projects?
http://www.chonk.beGreetings, Boris
The blog I need help with is: (visible only to logged in users)
-
Hey there, Boris 👋
It is possible to change the width of that portfolio, but it can cause some issues with galleries. Give this code snippet and try and see if it works for you:
@media screen and (min-width: 900px) { .single .jetpack-portfolio { width: 100% !important; } blockquote { margin-left: 0 !important; } }
As for changing the colour of the hover effect, what colour did you have in mind?
Thanks!
-
Thanks for your help! The photo gallery is now full screen.
But now al of my text is Blockquote.
Is it possible to spread normal size text full width (not blockquote)this is the link to the porfolio: http://chonk.be/portfolio/warme-winter-wensen/
The hover color i would like green (00 80 00
Gr, Boris
-
Got it, Boris! It’s really odd that all your text switch over to quotes. Would you please try editing the page and removing any styling applied to that text?
As for changing that hover background to green, here you go:
.portfolio-container.captions-solid .entry-thumbnail-frame { background-color: #008000 !important; }
I hope that helps 😀
-
- The topic ‘full width’ is closed to new replies.