Tagged: x
-
AuthorPosts
-
May 25, 2016 at 11:17 am #1009323
tom hParticipantHi Sorry to be a pain I’ve had a couple of questions today.
I’m currently trying to animate the feature box I have java script moving the link to the image.
And this code:
.x-feature-box-graphic-inner.circle:hover {
margin-top: -5px !important;
transition: all 0.3s ease-in-out;
box-shadow: 2px 2px 5px 2px gray;
}
.x-feature-box-content:hover {margin-bottom: -5px !important;
}I’m trying to animate a box shadow and “float” the image up whilst keeping the content in the same place i assume i am using the wrong selector?
Thank you so much for all your help.
May 25, 2016 at 12:28 pm #1009470
Nabeel AModeratorHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
May 25, 2016 at 2:33 pm #1009676
tom hParticipantThis reply has been marked as private.May 25, 2016 at 7:17 pm #1009981
JadeModeratorHi Tom,
I have checked the site and it seems to be not a WordPress website. Would you mind confirming the URL please?
May 26, 2016 at 1:37 am #1010560
tom hParticipantSorry Jade it had been a long day the site is http://harbourviewcafe.co.uk
May 26, 2016 at 2:07 am #1010578
RadModeratorHi there,
Please replace that CSS with this,
.x-feature-box-graphic-inner.circle { position: relative; transition: all 0.3s ease-in-out; box-shadow: none; top: 0px; } .x-feature-box-graphic-inner.circle:hover { box-shadow: 2px 2px 5px 2px gray; top: -5px !important; }Hope this helps.
May 26, 2016 at 6:50 am #1010902
tom hParticipantAh that was silly of
Thank you !
May 26, 2016 at 8:00 am #1010997
JoaoModeratorYou are wecolme.
Let us know if we can help you with something else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1009323 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
