Forum Replies Created
-
AuthorPosts
-
February 14, 2018 at 4:25 pm in reply to: Problem with Gallery and Instagram widget (Enfold) #912334
Hi,
You can download the child theme here: https://kriesi.at/documentation/enfold/using-a-child-theme/
The instructions on how to use it is there as well. Hope it helps :)Best regards,
NikkoHi ~e,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1160px) { .responsive #top #header .av-main-nav .menu-item { display: none; } .responsive #top #header .av-main-nav .menu-item-avia-special { display: block; } }As for the mobile, I checked it and it seems you have removed social media icons which frees the space and I don’t see any overlap. :)
Best regards,
NikkoFebruary 14, 2018 at 4:13 pm in reply to: Read more button in blog grid only showing as textlink #912326Hi M,
Try adding this css code:
#top .read-more-link { text-align: center; }Let us know if you need further assistance :)
Best regards,
NikkoHi PEder,
Yes, you’ll just need to adjust it in Enfold > Advanced Styling > Select an item to customize, select < p > then click on Edit Element button, just adjust the font size and line height then save and that should be it. :)
Best regards,
NikkoHi,
Thanks for providing the access, I see this code:
>is replaced with (without the spaces):
& g t ;I have modified the code also in Quick CSS and placed it above media queries:
/* Toolbar Touchification*/ html #wpadminbar { height: 46px; min-width: 300px; } #wpadminbar * { font-size: 14px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 32px; } #wpadminbar .quicklinks > ul > li > a, #wpadminbar .quicklinks .ab-empty-item { padding: 0; height: 46px; line-height: 46px; width: auto; } #wpadminbar .ab-icon { font: 40px/1 dashicons !important; margin: 0; padding: 0; width: 52px; height: 46px; text-align: center; } #wpadminbar .ab-icon:before { text-align: center; } #wpadminbar .ab-submenu { padding: 0; } #wpadminbar #wp-admin-bar-site-name a.ab-item, #wpadminbar #wp-admin-bar-my-sites a.ab-item, #wpadminbar #wp-admin-bar-my-account a.ab-item { text-overflow: clip; } #wpadminbar .ab-label { display: none; } #wpadminbar .menupop li:hover > .ab-sub-wrapper, #wpadminbar .menupop li.hover > .ab-sub-wrapper { margin-top: -46px; } #wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item { padding-right: 30px; } #wpadminbar .menupop .menupop > .ab-item:before { top: 10px; right: 6px; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item { font-size: 16px; padding: 8px 16px; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty { display: none; } /* WP logo */ #wpadminbar #wp-admin-bar-wp-logo > .ab-item { padding: 0; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon { padding: 0; width: 52px; height: 46px; text-align: center; vertical-align: top; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { font: 28px/1 dashicons !important; top: -3px; } #wpadminbar .ab-icon, #wpadminbar .ab-item:before { padding: 0; } /* My Sites and "Site Title" menu */ #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item, #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item, #wpadminbar #wp-admin-bar-gdbb-toolbar > .ab-item, #wpadminbar #wp-admin-bar-tribe-events > .ab-item font, #wpadminbar #wp-admin-bar-new_draft > .ab-item { text-indent: 100%; white-space: nowrap; overflow: hidden; width: 52px; padding: 0; color: #a0a5aa; /* @todo not needed? this text is hidden */ position: relative; } #wpadminbar #wp-admin-bar-tribe-events > .ab-item font { display: none; } #wpadminbar #wp-admin-bar-tribe-events > .ab-item .ab-icon:before { top: 10px; } #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, #wpadminbar .ab-icon, #wpadminbar .ab-item:before { padding: 0; margin-right: 0; } #wpadminbar #wp-admin-bar-edit > .ab-item:before, #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, #wpadminbar #wp-admin-bar-site-name > .ab-item:before, #wpadminbar #wp-admin-bar-customize > .ab-item:before, #wpadminbar #wp-admin-bar-my-account > .ab-item:before, #wpadminbar #wp-admin-bar-gdbb-toolbar > .ab-item:before, #wpadminbar #wp-admin-bar-tribe-events > .ab-item:before, #wpadminbar #wp-admin-bar-new_draft > .ab-item:before { display: block; text-indent: 0; font: normal 32px/1 dashicons; speak: none; top: 7px; width: 52px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #wpadminbar #wp-admin-bar-appearance { margin-top: 0; } #wpadminbar .quicklinks li .blavatar:before { display: none; } /* Search */ #wpadminbar #wp-admin-bar-search { display: none; } /* New Content */ #wpadminbar #wp-admin-bar-new-content .ab-icon:before { top: 0; line-height: 53px; height: 46px !important; text-align: center; width: 52px; display: block; } /* Updates */ #wpadminbar #wp-admin-bar-updates { text-align: center; } #wpadminbar #wp-admin-bar-updates .ab-icon:before { top: 3px; } /* Comments */ #wpadminbar #wp-admin-bar-comments .ab-icon { margin: 0; } #wpadminbar #wp-admin-bar-comments .ab-icon:before { display: block; font-size: 34px; height: 46px; line-height: 47px; top: 0; } /* My Account */ #wpadminbar #wp-admin-bar-my-account > a { position: relative; white-space: nowrap; text-indent: 150%; /* More than 100% indention is needed since this element has padding */ width: 28px; padding: 0 10px; overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */ } #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { position: absolute; top: 13px; right: 10px; width: 26px; height: 26px; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu { padding: 0; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { display: none; } #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li { margin: 0; } #wpadminbar #wp-admin-bar-user-info .display-name { height: auto; font-size: 16px; line-height: 24px; color: #eee; } #wpadminbar #wp-admin-bar-user-info a { padding-top: 4px; } #wpadminbar #wp-admin-bar-user-info .username { line-height: 0.8 !important; margin-bottom: -2px; } /* Show only default top level items */ #wp-toolbar > ul > li { display: none; } #wpadminbar li#wp-admin-bar-menu-toggle, #wpadminbar li#wp-admin-bar-wp-logo, #wpadminbar li#wp-admin-bar-my-sites, #wpadminbar li#wp-admin-bar-updates, #wpadminbar li#wp-admin-bar-site-name, #wpadminbar li#wp-admin-bar-customize, #wpadminbar li#wp-admin-bar-new-content, #wpadminbar li#wp-admin-bar-edit, #wpadminbar li#wp-admin-bar-comments, #wpadminbar li#wp-admin-bar-gdbb-toolbar, #wpadminbar li#wp-admin-bar-stats, #wpadminbar li#wp-admin-bar-delete-cache, #wpadminbar li#wp-admin-bar-tribe-events, #wpadminbar li#wp-admin-bar-new_draft { display: block; } /* Allow dropdown list items to appear normally */ #wpadminbar li:hover ul li, #wpadminbar li.hover ul li, #wpadminbar li:hover ul li:hover ul li { display: list-item; } /* Override default min-width so dropdown lists aren't stretched to 100% viewport width at responsive sizes. */ #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { min-width: -webkit-fit-content; min-width: -moz-fit-content; min-width: fit-content; } #wpadminbar ul#wp-admin-bar-root-default > li { margin-right: 0; } /* Experimental fix for touch toolbar dropdown positioning */ #wpadminbar .ab-top-menu, #wpadminbar .ab-top-secondary, #wpadminbar #wp-admin-bar-wp-logo, #wpadminbar #wp-admin-bar-my-sites, #wpadminbar #wp-admin-bar-site-name, #wpadminbar #wp-admin-bar-updates, #wpadminbar #wp-admin-bar-comments, #wpadminbar #wp-admin-bar-new-content, #wpadminbar #wp-admin-bar-edit, #wpadminbar #wp-admin-bar-my-account, #wpadminbar #wp-admin-bar-gdbb-toolbar, #wpadminbar #wp-admin-bar-tribe-events, #wpadminbar #wp-admin-bar-new_draft { position: static; } #wpadminbar #wp-admin-bar-my-account { float: right; } .network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account { margin-right: 0; } /* Realign arrows on taller responsive submenus */ #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { top: 10px; left: 0; }Hope it’s good, let us know if you need further assistance :)
Best regards,
NikkoHi,
Glad that you found a solution, thanks for using Enfold :)
Best regards,
NikkoFebruary 14, 2018 at 3:42 pm in reply to: Having an issue with background image responsiveness #912312Hi,
Hmm, can we try to tweak your Quick CSS? if yes, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
We’ll tell you what we changed in Quick CSS once we think it’s good :)Best regards,
NikkoHi,
You’re welcome, I think it’s fine to put it in the public content :) I checked it, the loading icon was centered until the cute little puppy pops out (image in private content) which pushes it down.
Best regards,
NikkoHi exmx,
That’s weird, this error shouldn’t appear again if the php version is already 5.6.3 and above. If you encounter this issue again, just post back here :)
Best regards,
NikkoFebruary 14, 2018 at 12:14 pm in reply to: Excerpt or custom field in easy slider and blog overview #912225Hi,
You can refer on this post: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
After doing what is instructed in the post, copy slideshow.php found in enfold > config-templatebuilder > avia-shortcodes and paste it in the shortcodes folder of your child theme and modify it. Hope this helps :)Best regards,
NikkoHey xandria,
Layerslider doesn’t have the option to add a Video Background, it offers Slide Background Image, though you can use layers to add Video. I would suggest Fullscreen Slider if you’re using Video since it has option to add a Video Slide. Hope this helps :)
Best regards,
NikkoHi Jason,
I think you would need to modify Portfolio Grid file for that which you can find in enfold > config-templatebuilder > avia-shortcodes > portfolio.php
But first I would suggest using a Child Theme: https://kriesi.at/documentation/enfold/using-a-child-theme/ then override how the current Portfolio Grid works by following the instructions here: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ next, copy portfolio.php (from the Enfold theme) and paste it in the shortcodes folder of the child theme and modify it, the part where it shows the sorting is in this line of code (723-736):
foreach($categories as $category) { if(in_array($category->term_id, $current_page_cats)) { //fix for cyrillic, etc. characters - isotope does not support the % char $category->category_nicename = str_replace('%', '', $category->category_nicename); $output .= "<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>"; $output .= '<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">'; $output .= "<span>".esc_html(trim($category->cat_name))."</span>"; $output .= "<small class='av-cat-count'> ".$cat_count[$category->term_id]." </small></span>"; $output .= "</a>"; } }Hope this helps :)
Best regards,
NikkoHi,
Can you post a screenshot on how it looks on your mobile phone?
Best regards,
NikkoHey Jesper,
I have tested the search the same as the screenshot you posted and I get the same results as the mobile. Here is the link to the screenshot: https://imgur.com/a/xU5Zw
Best regards,
NikkoHey exmx,
Can you tell us how we can reproduce or see this error? can you tell us the version of php you are using? try to upgrade to php 5.6.3 or 7.0 if you are using below 5.6.3.
Best regards,
NikkoFebruary 14, 2018 at 11:29 am in reply to: Read more button in blog grid only showing as textlink #912197Hey Malene,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top a.more-link { margin: 10px 0 0; padding: 8px 10px; border-radius: 2px; border: 2px solid red; font-weight: normal; font-size: 1em; outline: none; text-decoration: none !important; color: red; }just change the border color and the color attribute. Hope this helps :)
Best regards,
NikkoHey ofekw,
I have checked your site and tried to use the ipad in toggle device toolbar and even tried to resize the browser and the logo and menu doesn’t overlap on my end, is this already fixed?
Best regards,
NikkoHey zakkewasser,
Can you post a link to your site? so we can take a closer look. You can post the link in private content, if you want it to be shown only to moderators and you (thread creator).
Best regards,
NikkoHi,
Thanks for providing the ftp access and figured out that this is a bug on the theme. We have reported this to Kriesi and our devs, hopefully this will be fixed on the next update :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer .flex_column.av_one_half { width: 69%; } #footer .flex_column.av_one_half.first { width: 25%; }If you want to add another widget, use 3 columns for footer widgets and let us know so we can check your site again and give us the right css code that should work. :)
Best regards,
NikkoHi ofekw,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi,
Can you tell us what screen size you are using? also since that is how wp-admin bar looks on your end with the code, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 14, 2018 at 9:38 am in reply to: Having an issue with background image responsiveness #912158Hi,
Can you try to replace Mike’s code with this one, as long as you have same setup as other section, this code should work:
@media only screen and (max-width: 767px) { .responsive #top.home #wrap_all .avia-section.av-parallax-section .av_one_half.flex_column { display: flex!important; justify-content: center!important; } .responsive #top .av-parallax { max-height: 100% !important; height: 100% !important; } }The 2nd part of the code should help with the background image size (though not all parts of the image will be visible), let us know if this helps.
Best regards,
NikkoHi,
You’re welcome :) Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoHi csavalas,
I had a final look and finally figured it out, the columns should be the same size and that was causing the issue, I have updated the css code in Quick CSS and this is the right code:
@media only screen and (max-width:767px) { #top #mygallery .av-horizontal-gallery { overflow: visible !important; min-height: 214px !important; margin-bottom: 60px; } #top #mygallery .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap { margin-left: 1.1666667vw; margin-right: 1.1666667vw; max-width: 32vw; overflow: visible !important; } #top #mygallery .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item { z-index: 2; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } #top #mygallery .av-horizontal-gallery-img { top: 0 !important; -webkit-transform: translate(0, 0) !important; -ms-transform: translate(0, 0) !important; transform: translate(0, 0) !important; } #top #mygallery .avia-slideshow-controls a { opacity: 1; filter: alpha(opacity=100); } }If it’s all good you can remove the access you gave :) let us know if you still need further assistance.
Best regards,
NikkoHey ofekw,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #header .logo a { display: flex; align-items: center; }Hope this helps :)
Best regards,
NikkoHi,
Glad that Victoria helped you. Let us know if you need further assistance or if we can close this thread :)
Best regards,
NikkoHey AndreasSeydell,
It’s more of a wordpress related and not Enfold, but we’ll still try to help you with it, can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media screen and ( max-width: 1024px ) { /* Toolbar Touchification*/ html #wpadminbar { height: 46px; min-width: 300px; } #wpadminbar * { font-size: 14px; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 32px; } #wpadminbar .quicklinks > ul > li > a, #wpadminbar .quicklinks .ab-empty-item { padding: 0; height: 46px; line-height: 46px; width: auto; } #wpadminbar .ab-icon { font: 40px/1 dashicons !important; margin: 0; padding: 0; width: 52px; height: 46px; text-align: center; } #wpadminbar .ab-icon:before { text-align: center; } #wpadminbar .ab-submenu { padding: 0; } #wpadminbar #wp-admin-bar-site-name a.ab-item, #wpadminbar #wp-admin-bar-my-sites a.ab-item, #wpadminbar #wp-admin-bar-my-account a.ab-item { text-overflow: clip; } #wpadminbar .ab-label { display: none; } #wpadminbar .menupop li:hover > .ab-sub-wrapper, #wpadminbar .menupop li.hover > .ab-sub-wrapper { margin-top: -46px; } #wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item { padding-right: 30px; } #wpadminbar .menupop .menupop > .ab-item:before { top: 10px; right: 6px; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item { font-size: 16px; padding: 8px 16px; } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty { display: none; } /* WP logo */ #wpadminbar #wp-admin-bar-wp-logo > .ab-item { padding: 0; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon { padding: 0; width: 52px; height: 46px; text-align: center; vertical-align: top; } #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { font: 28px/1 dashicons !important; top: -3px; } #wpadminbar .ab-icon, #wpadminbar .ab-item:before { padding: 0; } /* My Sites and "Site Title" menu */ #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item, #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item { text-indent: 100%; white-space: nowrap; overflow: hidden; width: 52px; padding: 0; color: #a0a5aa; /* @todo not needed? this text is hidden */ position: relative; } #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, #wpadminbar .ab-icon, #wpadminbar .ab-item:before { padding: 0; margin-right: 0; } #wpadminbar #wp-admin-bar-edit > .ab-item:before, #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, #wpadminbar #wp-admin-bar-site-name > .ab-item:before, #wpadminbar #wp-admin-bar-customize > .ab-item:before, #wpadminbar #wp-admin-bar-my-account > .ab-item:before { display: block; text-indent: 0; font: normal 32px/1 dashicons; speak: none; top: 7px; width: 52px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #wpadminbar #wp-admin-bar-appearance { margin-top: 0; } #wpadminbar .quicklinks li .blavatar:before { display: none; } /* Search */ #wpadminbar #wp-admin-bar-search { display: none; } /* New Content */ #wpadminbar #wp-admin-bar-new-content .ab-icon:before { top: 0; line-height: 53px; height: 46px !important; text-align: center; width: 52px; display: block; } /* Updates */ #wpadminbar #wp-admin-bar-updates { text-align: center; } #wpadminbar #wp-admin-bar-updates .ab-icon:before { top: 3px; } /* Comments */ #wpadminbar #wp-admin-bar-comments .ab-icon { margin: 0; } #wpadminbar #wp-admin-bar-comments .ab-icon:before { display: block; font-size: 34px; height: 46px; line-height: 47px; top: 0; } /* My Account */ #wpadminbar #wp-admin-bar-my-account > a { position: relative; white-space: nowrap; text-indent: 150%; /* More than 100% indention is needed since this element has padding */ width: 28px; padding: 0 10px; overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */ } #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { position: absolute; top: 13px; right: 10px; width: 26px; height: 26px; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu { padding: 0; } #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { display: none; } #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li { margin: 0; } #wpadminbar #wp-admin-bar-user-info .display-name { height: auto; font-size: 16px; line-height: 24px; color: #eee; } #wpadminbar #wp-admin-bar-user-info a { padding-top: 4px; } #wpadminbar #wp-admin-bar-user-info .username { line-height: 0.8 !important; margin-bottom: -2px; } /* Show only default top level items */ #wp-toolbar > ul > li { display: none; } #wpadminbar li#wp-admin-bar-menu-toggle, #wpadminbar li#wp-admin-bar-wp-logo, #wpadminbar li#wp-admin-bar-my-sites, #wpadminbar li#wp-admin-bar-updates, #wpadminbar li#wp-admin-bar-site-name, #wpadminbar li#wp-admin-bar-customize, #wpadminbar li#wp-admin-bar-new-content, #wpadminbar li#wp-admin-bar-edit, #wpadminbar li#wp-admin-bar-comments, #wpadminbar li#wp-admin-bar-my-account { display: block; } /* Allow dropdown list items to appear normally */ #wpadminbar li:hover ul li, #wpadminbar li.hover ul li, #wpadminbar li:hover ul li:hover ul li { display: list-item; } /* Override default min-width so dropdown lists aren't stretched to 100% viewport width at responsive sizes. */ #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { min-width: -webkit-fit-content; min-width: -moz-fit-content; min-width: fit-content; } #wpadminbar ul#wp-admin-bar-root-default > li { margin-right: 0; } /* Experimental fix for touch toolbar dropdown positioning */ #wpadminbar .ab-top-menu, #wpadminbar .ab-top-secondary, #wpadminbar #wp-admin-bar-wp-logo, #wpadminbar #wp-admin-bar-my-sites, #wpadminbar #wp-admin-bar-site-name, #wpadminbar #wp-admin-bar-updates, #wpadminbar #wp-admin-bar-comments, #wpadminbar #wp-admin-bar-new-content, #wpadminbar #wp-admin-bar-edit, #wpadminbar #wp-admin-bar-my-account { position: static; } #wpadminbar #wp-admin-bar-my-account { float: right; } .network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account { margin-right: 0; } /* Realign arrows on taller responsive submenus */ #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { top: 10px; left: 0; } }Hope this helps :)
Best regards,
NikkoHey ofekw,
Try adding this css code in Quick SCS (located in Enfold > General Styling):
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post-title, #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 1024px !important; }You will also need to make the image in single blog post wider. Hope this helps :)
Best regards,
NikkoHey bulewold,
Can you try to check the solution on this thread: https://kriesi.at/support/topic/font-awesome-4-2-0-with-enfold-not-working/#post-324419
Hope this helps :)Best regards,
Nikko -
AuthorPosts
