Last evening I updated the theme to the last version and at the Landing Page the CTA Button #1 went inactive along with the slider size changed (should be at 1920×800) now presenting round corners on top and “wrong” size.
Can’t find what changed to make this happen.
How can I fix it?
The Id of the icon blocks section changed to #lp-blocks-1.
We’ve also adjusted the slider appearance to follow the theme’s static slider image design (limited width and rounded upper corners).
If you prefer the full-width view, you can use CSS to restore it:
body .lp-dynamic-slider {
max-width: 100%;
padding: 0;
}
body .seriousslider-inner {
border-radius: 0;
}
Thank you very much for the info. Our landing page is now as it was before the last update.
For the record, the link for the icon blocks to work had to be #lp-blocks1
And for the round corners at the slider’s top had also to include in body .lp-dynamic-slider the mention to the border-radius as follows:
body .lp-dynamic-slider {
max-width: 100%;
padding: 0;
border-radius: 0
Best regards
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘CTA Button #1 doesnt work anymore slider size went wrong’ is closed to new replies.
Our site uses only necessary functionality cookies.
See the cookies policy for more info.