You know that effect on icon box when you hover over image in icon box it moves a bit up? What css code can be used to add that to make some class and add it to images I want?
We did checked your site but we do not see anything wrong. These flags are next to each other but they do not overlap. Anyway, if you want to create empty space between them, we suggest to use relative position instead of absolute in above css.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
this effect won't work with images unfortunately. There is no custom css that we can give you.
Thanks for understanding!
This is the code I added
.hoverslika{
position: absolute;
transition: background 2s ease;
backface-visibility: hidden;
}
.hoverslika:hover {
transition: 0.5s linear;
transform:translateY(-10px);
}
And also wanted to inform you that I transfered your theme to this domain since the one I have used before is cancelled.
You see these flags on homepage
On that page I used columns and when you are viewing from smaller resolutions they are one below other.
You can see that overlaping here
http://mediaweb.rs/bettor/flags/
I tried something with columns but I forgot that columns go one below other when responsive.