• Resolved skorzeniowski

    (@szkorzonek)


    Hi again
    This time I’m writing about problem with resizing my contact subpage, it seems to be not responsive from some width of a browser window. You can find screenshots showing this situation in the same location as before – my OneDrive.
    Regards,
    Szymon

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

    (@vladff)

    Hello,

    Thanks, I didn’t noticed this before. It seems like it working in Chrome, but not in IE and FF.
    You can make the change straight into your style.css because we’re going to fix it anyway in the next update.

    Hit CTRL F and search for this: @media only screen and (max-width: 499px) {
    You’ll notice this right below it:

    .project,
    	.service,
    	.employee,
    	.bq-text,
    	.bq-img {
    		width: auto;
    	}

    Change width: auto; to width: 100%;. Let me know how it goes.

    Thread Starter skorzeniowski

    (@szkorzonek)

    Hi
    Thanks vladff again, your hint solved my problem.
    Regards,
    Szymon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Employees seems to be not responsive’ is closed to new replies.