-
AuthorPosts
-
March 29, 2016 at 11:50 am #604388
Hello,
After the last enfold update i have a big problem:
Normally the pages looks like this: http://radiosmash.ch/ueberuns/
But after the update it looks like this: http://radiosmash.ch/zack/The problem belongs to all new or edited pages after the problem.
Is there any solution or bugfix for it?
Best regards,
JürgenMarch 29, 2016 at 1:02 pm #604463Hey!
Try adding this code to the Quick CSS:
.container_wrap { width: 100%; }
Cheers!
JosueMarch 29, 2016 at 1:51 pm #604527Hey,
Thank your, but this does not help… it shows the same “error”. :-(
Here are more infos from my “custom css box”:
#top .sidebar .widget_shopping_cart .button { float: left; margin-right: 2%; padding: 10px; } .pagination_split_post { text-align: center; font-size: 18px; } @media screen and (max-width: 1500px) { .menu-item-8864 { display: none; } } @media only screen and (max-width: 767px) { .hide-from-mobile {display:none;visibility:hidden;} #text-15 { display: none; } } #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background-color: #000000; color: #ffe523; } img.effect:hover { -webkit-filter: brightness(75%); -webkit-transition: .25s ease-in-out; -moz-filter: brightness(75%); -moz-transition: .25s ease-in-out; -o-filter: brightness(75%); -o-transition: .25s ease-in-out; filter: brightness(75%); } img.effect { -webkit-filter: brightness(100%); -webkit-transition: .25s ease-in-out; -moz-filter: brightness(100%); -moz-transition: .25s ease-in-out; -o-filter: brightness(100%); -o-transition: .25s ease-in-out; filter: brightness(100%); }
Best regards,
Jürgen- This reply was modified 8 years, 8 months ago by Jürgen.
March 30, 2016 at 5:13 am #604939Hi,
I’m not sure what is causing that, could you try to remove your custom CSS to see if it’s something from there? You can then add the arguments back one by one to see which one is causing the problem.
Best regards,
RikardMarch 30, 2016 at 11:56 am #605093Hey,
wonderful idea…
I put this css on top of my custom css:
.container_wrap { width: 100%; }
And then the rest of my css in another order:
@media screen and (max-width: 1500px) { .menu-item-8864 { display: none; } } @media only screen and (max-width: 767px) { .hide-from-mobile {display:none;visibility:hidden;} #text-15 { display: none; } } img.effect:hover { -webkit-filter: brightness(75%); -webkit-transition: .25s ease-in-out; -moz-filter: brightness(75%); -moz-transition: .25s ease-in-out; -o-filter: brightness(75%); -o-transition: .25s ease-in-out; filter: brightness(75%); } img.effect { -webkit-filter: brightness(100%); -webkit-transition: .25s ease-in-out; -moz-filter: brightness(100%); -moz-transition: .25s ease-in-out; -o-filter: brightness(100%); -o-transition: .25s ease-in-out; filter: brightness(100%); } #top .sidebar .widget_shopping_cart .button { float: left; margin-right: 2%; padding: 10px; } .pagination_split_post { text-align: center; font-size: 18px; } #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background-color: #000000; color: #ffe523; }
It looks good – many thanks. :)
Best regards,
Jürgen- This reply was modified 8 years, 7 months ago by Jürgen.
March 30, 2016 at 1:26 pm #605129Hi!
Glad we could help! Feel free to check out enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.