Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author eleopard

    (@eleopard)

    Dear Andrew,

    New version is released for the plugin, please update it and your issue should be resolved.

    Thread Starter andreave89

    (@andreave89)

    Hello! I found another bug, in case the project contains only one video inside, as you navigate from the grid to the single project, the content of the single desktop card is smaller! For example the width of this project is small https://www.andreaverzola.com/portfolio-behance/bproject/wine2wine-2016-experience-1

    • This reply was modified 7 years, 3 months ago by andreave89.
    Plugin Author eleopard

    (@eleopard)

    Dear Andrea,

    Indeed it looks like a bug.
    While the dev team looks into it more, you can add the following CSS in:
    Portfolio Manager > Settings > Advanced Tab > Custom Css Box:

    .bop-project-area, #bop-project-wrapper{
    	width: 98%;
    	max-width: 1400px;
    }
    nav.bpm-top-info-nav ul li{
    	clear: none;
    }
    @media only screen and (min-width: 1025px) {
    	#bop-project-right{
    		display: none;
    	}
    	#bop-project-left {
    		margin-top: 0 !important;
    	}
    }

    This should resolve the issue.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Css Style Portfolio grid’ is closed to new replies.