Centering the whole grid.
-
Hi there,
(I know you answered before, but now I create a new website and get the same issue … would be too cool if you could help me again).
I installed the plugin on my new website (https://philwiener.com/#portfolio) and styled it a bit. Let me say that I really enjoy your plugin (tried a few Be-portfolio-plugins before, but yours is the best one!).
Now I would love to always center the whole grid – even when it rearranges by resizing the window size. Last time you were so kind to provide the following CSS, but unfortunately I am too stupid to adjust it for the new situation (website). I know that this is not an issue or a bug, so I’d be happy to donate to something …?
Best regards & thanks in advance,
PhilThat’s the code you provided last time (you can still see it working on my old website: https://2014.philwiener.com/#portfolio):
.eds-bpm-main {
margin-left: auto;
margin-right: auto;
}@media only screen and (min-width: 960px) and (max-width: 1199px) {
.eds-bpm-main {
max-width: 700px;
}
#portfolio .subheadline-negative {
margin-left: 90px
}
}@media only screen and (min-width: 768px) and (max-width: 959px) {
.eds-bpm-main {
max-width: 464px;
}
#portfolio .subheadline-negative {
margin-left: 90px;
}
}@media only screen and (max-width: 767px) {
.eds-bpm-main {
max-width: 232px;
}
#portfolio .subheadline-negative {
text-align: center;
}
}
- The topic ‘Centering the whole grid.’ is closed to new replies.