Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Phoca Cart - complex e-commerce extension
christine
Phoca Hero
Posts: 2882 Joined: 28 Nov 2010, 17:20
Post
by christine » 17 Jun 2020, 14:19
Hi,
Try following code to your custom.scss:
Code: Select all
.ph-corner-icon-wrapper {
top: auto;
}
in addition:
Code: Select all
.phIBoxOH .phIBox img {
padding-top:10px;
width:auto;
}
temporary result:
Kind regards
Christine
Angelo.pe
Phoca Professional
Posts: 142 Joined: 02 May 2020, 12:42
Post
by Angelo.pe » 17 Jun 2020, 17:50
Hi Christine, excuse me, could you indicate the root of custom.scss?
thank you
Angelo
christine
Phoca Hero
Posts: 2882 Joined: 28 Nov 2010, 17:20
Post
by christine » 17 Jun 2020, 18:45
Hi Angelo,
as Jan wrote, responsible of JF Simone is the developer.
Try as mentioned here:
https://www.joomforest.com/help/forum/j ... custom-css
I checked your URL and you already have a:
/templates/jf_simone/jf/assets/css/jf_custom.css .
Maybe it will then recompiled to custom.scss.
So, just check above file and insert the codes.
Kind regards
Christine
Angelo.pe
Phoca Professional
Posts: 142 Joined: 02 May 2020, 12:42
Post
by Angelo.pe » 18 Jun 2020, 10:14
Hi Christine, you are super!!! thank you
Angelo.pe
Phoca Professional
Posts: 142 Joined: 02 May 2020, 12:42
Post
by Angelo.pe » 18 Jun 2020, 12:35
Sorry, Christine, I noted that if I open the button "see product" the problem is visible
christine
Phoca Hero
Posts: 2882 Joined: 28 Nov 2010, 17:20
Post
by christine » 18 Jun 2020, 13:28
Hi Angelo,
some CSS Codes affects others etc. Vedi Prodotto, there is e.g.: icon1.
Add following:
Code: Select all
.ph-corner-icon1-wrapper {
top: auto !important;
}
Kind regards
Christine
christine
Phoca Hero
Posts: 2882 Joined: 28 Nov 2010, 17:20
Post
by christine » 19 Jun 2020, 19:56
I can see it correct. Clear your Browser Cache.
Kind regards
Christine
Angelo.pe
Phoca Professional
Posts: 142 Joined: 02 May 2020, 12:42
Post
by Angelo.pe » 20 Jun 2020, 10:57
Thank you Christine, thank you so much