I am using one template and i have my custom icons there but it beaks responsiveness of the website. Only Experts are welcome here who an start right now.
Can you message me the website URL? so i can check out right now, that what you're facing over there!
Here are two versions. Its my page with my custom icon - techhug.com/test/index.html I want like this in our services section techhug.com/test/index2.html 1st is not responsive it isn't appearing good when i am re-sizing browser window but the second one is working perfect in all sizes.
Hi, A quick fix. In file name: style.css Folder: css Find: .service-item { padding-bottom: 40px; text-align: center; -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */ backface-visibility: hidden; } Replace it with: .service-item { padding-bottom: 40px; text-align: center; -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */ backface-visibility: hidden; margin: -10px; }