Responsive Grid · CSS
-
To view the page you will need to login / bypass the password-protected directory.
User: streng
Password: vertraulichHi there,
yes, it’s me again – and let me repeat, that I love your plugin. It’s a quite important part of my website.Here’s my issue
Months ago, you gave me the following CSS, bur for another website:.portfolio-column { margin-left: auto !important; margin-right: auto !important; } @media only screen and (min-width: 1020px) and (max-width: 1260px) { .portfolio-column { max-width: 960px; } } @media only screen and (min-width: 800px) and (max-width: 1019px) { .portfolio-column { max-width: 720px; } } @media only screen and (min-width: 768px) and (max-width: 799px) { .portfolio-column .eds-bpm-main{ max-width: 480px; margin: 0 auto; } .portfolio-column .fusion-text{ text-align: center; } } @media only screen and (max-width: 767px) { .portfolio-column { max-width: unset; } .eds-bpm-main { max-width: 232px; margin-left: auto; margin-right: auto; } }But now I try to use it for a new website: https://wiener-bo.de.
Pasted there, it shows another result.My question
Could you provide this CSS, but changed to fit into my new website’s site width?Best regards,
PhilThe page I need help with: [log in to see the link]
The topic ‘Responsive Grid · CSS’ is closed to new replies.