New Landing How can we help? Atelier Rounded Corners, Increase element width, Image Zoom on Hover

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #285712
    willjepson
    Member
    Post count: 11

    I have 4 Image Banner elements on homepage. I want to make each element have rounded corners (border radius = 10px). I want to increase each elements width. I want each image in each element to zoom in on hover. How do I do that?

    I see that this has been done on this example website http://www.ninjafitmeals.vegas

    #285720
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me correct website url.
    Thanks
    Mohammad

    #285723
    willjepson
    Member
    Post count: 11
    #285725
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sf-image-banner {
       border-radius: 10px !important;
    }
    .sf-image-banner img:hover{
    -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    Thanks
    Mohammad

    #285727
    willjepson
    Member
    Post count: 11

    Where do I put this CSS?

    And how can I increase the width of the 4 elements?

    #285796
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please put the custom css code at Admin > Theme Options > Custom CSS. You should use the Two image banner in a row to increase the width.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.