Tagged: CSS
-
AuthorPosts
-
July 26, 2021 at 11:10 am #1312378
If you look at the blue separator line below the main hero image you will see a 30px gap above and below. I have specified 0px in the top and bottom margin options for the separator element but this is not overriding the default value. Can you please fix this issue? Thanks.
July 27, 2021 at 9:12 am #1312649Hey aestheticare,
Could you try updating the theme to the latest version (4.8.5) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please post admin WordPress login details in private, so that we can have a closer look.
Best regards,
RikardJuly 28, 2021 at 9:40 am #1312978Hi Rikard,
I’ve updated the theme this morning but the issue still persists. Details posted in private.
July 29, 2021 at 4:20 pm #1313287Is there an update on this please? Most of our pages have this issue and ruins the layout. Thanks.
July 31, 2021 at 6:15 am #1313533Hi,
Sorry for the late reply. I’ve added this in your Quick CSS box:
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first { margin: 0; }
Could you confirm that things are working as they should now please? If not then we can help you with rolling back your site to 4.8.3. If you would like that, then please include FTP login details in private as well, and verify that you have backups of the site.
Best regards,
RikardAugust 2, 2021 at 9:40 am #1313857Hi, that doesn’t really work as we have some hero images sized slightly different but it’s better than before. Are there plans to fix this issue in the next version as I would rather wait to update than rollback?
August 3, 2021 at 12:25 pm #1314136Hi,
Thanks for the update. We released a new version of the theme yesterday, could you try updating to that please? Also remember to toggle a theme setting and save, and activate the option to delete the old CSS and JS files under Enfold->Performance, so that the CSS files will regenerate.
Best regards,
RikardAugust 3, 2021 at 12:55 pm #1314153Hi, I’ve just updated the theme and followed the other steps but the issue still persists.
August 4, 2021 at 1:19 pm #1314376Hi,
Sorry for the problems.
Reason was, that the selector was too weak in our post css file.
I already
– updated enfold\config-templatebuilder\avia-shortcodes\hr\hr.php,
– removed the CSS in QuickCSS,
– saved theme options
– cleared server cacheOn Homepage now the CSS is correct and your margin settings are applied (I only checked the first one below easy slider).
In case you need the updated file:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6/shortcodes/hr.php
Best regards,
GünterAugust 4, 2021 at 1:32 pm #1314378Thanks Gunter. Can you explain why the separator is still thinner on https://aestheticare.co.uk/contact-us/ when compared to https://aestheticare.co.uk/ even though they have the same settings, thanks.
August 4, 2021 at 2:12 pm #1314389Hi,
You have different inline styling for the easy slider (see console in browser):
.page-id-171 .avia-slideshow, .page-id-405 .avia-slideshow, .page-id-199 .avia-slideshow, .page-id-3667 .avia-slideshow, .page-id-386 .avia-slideshow, .page-id-352 .avia-slideshow, .page-id-4013 .avia-slideshow, .page-id-422 .avia-slideshow, .page-id-437 .avia-slideshow { margin-bottom: 0px; }
.page-id-5 > #wrap_all > #main > .avia-section > .container > .content > .post-entry > .entry-content-wrapper > .avia-slideshow { margin-bottom: 10px; }
If you change the first to 10px the hr displays correct.
Best regards,
GünterAugust 4, 2021 at 2:52 pm #1314397Hi Gunter, that styling was just a temporary fix so if I remove that styling, there is a massive gap between the separator and easy slider still. Can you explain why please?
August 4, 2021 at 4:11 pm #1314427Hi,
This is the default styling for slideshows in enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.css – first line:
.avia-slideshow{position: relative; margin:50px 0; width:100%; clear: both; overflow: hidden;}
Best regards,
GünterAugust 5, 2021 at 9:45 am #1314589That’s great, thanks Gunter.
August 7, 2021 at 3:57 am #1314934 -
AuthorPosts
- You must be logged in to reply to this topic.