Portfolio projects issues

I have 2 issues with portfolio projects.

My portfolio projects are unresponsive. They simply cannot be viewed from a mobile site. How to change that?
My URL is www.dottedglobe.com

The other issue is, I want the projects to display full width and not with sidebars. However I’m unable to turn the sidebar off.
How to do this?

Bumping

Hi krs18,

Because your second question was also one of mine;

.single-jetpack-portfolio #primary {
    width: 100%;
}

That’s the additional .css code you have to implement into your child theme. (answer came from this website by the way)

As of your first question, I have an idea what you mean. I think it’s all about different screen sizes. My development project looks very different on an iPhone 7 then on my MacBook or iPhone SE… I don’t have a clue what to do about it though…

Hello there,

I hope you are doing well today.

@amris, thanks for your answer.

As it relates to the portfolio have you added any custom CSS code that would modify it?

Best Regards,
Support