• Resolved philwiener

    (@philwiener)


    To view the page you will need to login / bypass the password-protected directory.
    User: streng
    Password: vertraulich

    Hi 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,
    Phil

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eleopard

    (@eleopard)

    Hi Phil,

    Sorry for the delayed reply.
    Got busy with some personal works.

    Regarding the CSS, I’d love to modify the CSS according to the new theme.

    However, when I open up wiener-bo.de , the portfolio projects open up in Behance.
    Also, there is not requirement for userid and pass as mentioned.

    Note: Just in case you need to provide login accesses of any type in the future. Please email them to contact [at] eleopard.in

    Thanks.

    • This reply was modified 6 years, 11 months ago by eleopard.
    Thread Starter philwiener

    (@philwiener)

    Hi,

    thanks for your reply.

    Yes, you are right, there’s no user id and pass necessary anymore, because we’ve gone live already.

    By the way: these user id and pass were no critical data – would have been absolute ok, if anybody got it. For critical information, I would never transfer it that way, of course.

    In the meantime, I was able to solve this issue myself.

    Thanks a lot and keep this great work coming in the future (I would love the feature to manually sort projects).

    Best,
    Phil

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Responsive Grid · CSS’ is closed to new replies.