• Resolved karnoldas

    (@karnoldas)


    Is there a way to center the whole page? I can see that the whole thing is centered, because buttons are visible on each side, but bop-project-wrapper has bop-project-left aligned on the left. I have removed all info that comes at the top right corner, and now my portfolio is aligned on the left, but I would love to align it in the middle.

    Thanks,
    Arnold

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

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

    (@eleopard)

    Dear Karnoldas,

    Thanks for using the Portfolio Manager.
    There is a simple workaround for this.

    Please paste the following in
    Portfolio Manager > Settings > Advanced Tab > Custom CSS:

    #bop-project-left{
    	margin: 0;
    	max-width: 1400px;
    }

    This should make the project centered.

    Thread Starter karnoldas

    (@karnoldas)

    That’s amazing it worked!

    now I need to work out how to make stuff properly visible on the phone, as the min-width is bigger than 480px of the whole project window…

    Plugin Author eleopard

    (@eleopard)

    Dear Karnoldas,

    Apologies for the delayed reply.

    Please add the following CSS below the CSS above in the Same Custom CSS box:

    @media only screen and (max-width: 767px) {
    	#bop-project-left{
    		margin: 0px !important;
    		min-width: unset;
    	}
    }

    Let me know if this works.

    Plugin Author eleopard

    (@eleopard)

    Dear Karnoldas,

    As there is no activity on this for almost 4 weeks. I am marking this as resolved.

    Please feel free to reopen this ticket in case you are still facing this issue.

    Thread Starter karnoldas

    (@karnoldas)

    Hi,

    For some reason I didnt get notification about your answer to my question.
    I found the issue like you pointed out, it was min-width: 600px, so I did like you mentioned.

    But thanks for your help anyway!
    You can close the ticket

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

The topic ‘bop-project-left make centre’ is closed to new replies.