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

    (@eleopard)

    Dear Andrea,

    Thanks for using the Portfolio Manager.
    I check your website, and the issue with the mobile view is due to the theme’s CSS.

    This should do the trick:

    1. In the WordPress admin, go to Portfolio Manager > Settings > Advanced Tab.
    2. Paste the following CSS in the custom CSS box:

    @media only screen and (max-width: 720px) {
    	#content .jn-padding{
    		display: inline-block;
    	}
    }

    3. Save

    This should make the project appear properly in the mobile view.
    Let me know if this works.

    Thread Starter andreave89

    (@andreave89)

    Hi! thanks for the tips! I try but the problem is the same :/

    Plugin Author eleopard

    (@eleopard)

    Dear Andrea,

    Sorry for the inconvinience.

    Tested again, and now this code seems to be working fine:
    Please remove the previously added code from the Custom CSS box, and add the following.

    @media only screen and (max-width: 720px) {
    	#content .jn-padding{
    		display: inline-block;
    	}
    	#bop-project-left {
    		min-width: unset;
    	}
    }
    Thread Starter andreave89

    (@andreave89)

    perfect. You are my hero

    Plugin Author eleopard

    (@eleopard)

    Sometimes, custom theme requires some extra CSS setup
    Glad to know that it worked ??

    Please feel free to let me know in case you have any other issues.
    Marking the issue resolved for now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive layout single page portfolio’ is closed to new replies.