Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1097653

    Hey guys,

    i have a little problem with colum hover effects. When i apply the css code what described here: https://kriesi.at/documentation/enfold/columns/#column-hover-effect
    i not get the result what i want. Only the content in the column get the effect. The column itself not.

    Can you say me whats wrong?

    Best regards,
    Dennis

    #1098145

    Hey Black-Shadow,

    The link returns a 404 page.
    Can you give us access? since that seems to be inside the dashboard.

    Best regards,
    Nikko

    #1098405

    Oh sorry, yes here is a new link.

    #1098564

    Hi,

    I tried to troubleshoot this issue but the link you provided does not work for me. Would you mind checking once again and then send us working link?

    Best regards,
    Vinay

    #1099051

    That was the correct link. Maybe a caching issue?
    The site is still working.

    But i can share the css code here:

    .imgbox {
    	background: #fff;
    	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    	padding: 1.2rem 2.5rem;
    	vertical-align: middle;
           transition: all .5s ease;
    }
    
    .imgbox :hover {
    	-ms-transform: scale(1.05);
    	transform: scale(1.05) !important;
    	opacity: 0.8;
    	transition: all .5s ease;
    }

    The column is not scaling only the content inside this column. What i do wrong?

    #1099617

    It was a caching problem. Site is working now. Can u check?

    #1099778

    Hi Black-Shadow,

    Seems to be working fine. Do we consider this solved?

    Best regards,
    Victoria

    #1100024

    Yeah :) Thank you!

    #1100071

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Scale a column’ is closed to new replies.