1. Center Separator Lines skewed, don’t look right on page… weird. In two Places, under 4th Line from Top, and Under “Menu of Services” down further on page.
2. One Page Navigation: on some computers (same browser), you can click on a section in the navigation and page scrolls down to that section, but leaves navigation there on page, i.e. it remains sticky – on other computer in my household (same browser/Chrome), when I scroll to new section, the side navigation disappears, scrolls up to the top with rest of page, so you can’t see it any more and can’t navigate to another place on page.
I have a coming soon page up, so will give you login details in private content.
Hey Eleina_Shinn!
Thank you for using Enfold.
1.) Add this to the Quick CSS field to fix the hr element:
.hr-short .hr-inner {
width: 32% !important;
}
.hr-short .hr-inner-style {
width: 9px !important;
}
This custom code broke the default styling:
.responsive, .responsive span, .responsive span iframe[style], .responsive span img {
width: 100% !important;
}
2.) I’m sorry but I can’t reproduce the issue on chrome. Make sure that you’re using the latest browser version.
Best regards,
Ismael
Thank you, that worked ! :)