as the title says. i have been trying to get my portfolio front page to show my projektes in 2 columns. i made it so fare, but now the title seem to not want to follow the image. + the text is to big now so i need to make it a bit smaller to.
The projekt is made with overlay on and i think what is the problem.
It looks fine here. DId you solve?
Also I see you haven't changed SEO Title, so browser tab name still shows "Gallery 1"
https://iris-wolf-m28e.squarespace.com/color
Similar on this pag
Question
Andreas_Raun 3
Hey
as the title says. i have been trying to get my portfolio front page to show my projektes in 2 columns. i made it so fare, but now the title seem to not want to follow the image. + the text is to big now so i need to make it a bit smaller to.
The projekt is made with overlay on and i think what is the problem.
Any help??
/* 2 Column Portfolio Grid */
@media only screen and (max-width:640px) {
.portfolio-grid-overlay {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.portfolio-grid-overlay .grid-item {
width: 40%;
}
}
.tweak-portfolio-grid-overlay-height-custom .portfolio-grid-overlay {
opacity: 1 !important;
transition: unset !important;
}
.gridThumbs {
opacity: 1 !important;
transition: unset !important;
}
.portfolio-title {
text-shadow:0px 1px 20px black;
}
@media screen and (max-width:640px) {
Edited by Andreas_Raun.portfolio-grid-overlay .grid-item .portfolio-text {
opacity: 1 !important;
}
.portfolio-grid-overlay .grid-item .portfolio-title {
transition: none !important;
transform: translateY(0);
}
}
Link to post
Top Posters For This Question
3
3
Popular Days
Dec 28
1
Dec 8
1
Jan 3
1
Dec 9
1
Top Posters For This Question
Andreas_Raun 3 posts
tuanphan 3 posts
Popular Days
Dec 28 2020
1 post
Dec 8 2020
1 post
Jan 3 2021
1 post
Dec 9 2020
1 post
Popular Posts
tuanphan
It looks fine here. DId you solve? Also I see you haven't changed SEO Title, so browser tab name still shows "Gallery 1" https://iris-wolf-m28e.squarespace.com/color Similar on this pag
Posted Images
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment