Hey Mariarita,
To adjust the logo and remove the mobile menu borders try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.logo img, .logo svg {
top: -1px;
}
.html_av-overlay-side-classic #top .av-burger-overlay li a {
border-bottom-style: none;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Unfortunately the mega menu will not show for mobile devices, as there is not enough room for it to show.
Best regards,
Mike
Hi,
Please try this CSS instead:
.iconbox_icon:before {
font-size: 40px;
position: absolute;
left: 20%;
}
iconbox_icon {
top: -33px;
}
Best regards,
Rikard
Hi,
How do I chance the size the arrows in the gallery and how do I change their position.
Allready changed the border and the color by adding
#top .av-control-minimal .avia-slideshow-arrows a {
color: #53b9ec;
border: 0px;
}
#top .av-control-minimal .avia-slideshow-arrows a:before {
border: 0px;
margin-top; 20px; padding-top: 20px;
}
Hey Diana,
Thank you for the inquiry.
The burger menu is active when checked. To adjust the width of the sidebar, you can try the following css code:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
.html_header_sidebar #top #header {
width: 400px;
}
.html_header_left #main {
margin-left: 400px;
}
}
Best regards,
Ismael
Hey Anette,
Thank you for the inquiry.
Did you add the following css code? It reduces the size of the events container in mobile view.
#tribe-events-content {
padding: 50px 100px !important;
}
To override it, you can add this css code;
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top #tribe-events-content {
padding: 0 !important;
}
}
Best regards,
Ismael
Hey manurimini,
Thank you for the inquiry.
You can try this css code but it might break the layout of the content container:
.html_header_right #top #header {
right: 0;
position: fixed;
-webkit-backface-visibility: hidden;
}
Best regards,
Ismael
Hey jackis2,
Thank you for the inquiry.
You can use this css code to adjust the style of the phone number container:
#header_main .call {
background: red;
min-width: 400px;
color: white;
right: 10%;
top: 0;
text-align: center;
text-transform: uppercase;
font-family: 'gotham-bold', sans-serif;
font-size: 1.5em;
}
Best regards,
Ismael
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
For the homepage try this css:
#top.home #main #av_section_1 {
margin-bottom: 50px;
}
Best regards,
Mike
it’s all working.
you can close the topic!
Hi
I have been trying to edit some of the styling of the icon box near the top of the page, but some of the styles selected in the actual element as well as in the custom CSS for the MOBILE display is being overriden.
The content “Exceeding expectation” should be 12px but is being overriden to 17px
Also, is it possible to style the icon for smaller displays especially mobiles where they seem too large. I haven’t been able to effetely change the styling via CSS for that area.
Thank you
Hi,
Great, I’m glad to hear that you got things working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
now is perfect!
/*
* ICON CIRCLE WIDGET RESPONSIVE SETTING
*
* Stile per desktop
* */
@media screen and (min-width: 1301px) {
.responsive #top .avia-icon-circles-icon {
height: 120px !important;
width: 120px !important;
line-height: 110px !important;
font-size: 85px !important;
}
.avia-icon-circles-icon-text-inner .icon-title {font-size: 35px }
.avia-icon-circles-icon-text-inner .icon-description {font-size: 24px }
}
/* Stile per tablet */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
.responsive #top .avia-icon-circles-icon {
height: 90px !important;
width: 90px !important;
line-height: 80px !important;
font-size: 65px !important;
}
.avia-icon-circles-icon-text-inner .icon-title {font-size: 24px }
.avia-icon-circles-icon-text-inner .icon-description {font-size: 18px }
}
/* Stile per cellulari */
@media screen and (max-width: 1023px) {
.responsive #top .avia-icon-circles-icon {
height: 60px !important;
width: 60px !important;
line-height: 55px !important;
font-size: 40px !important;
}
.avia-icon-circles-icon-text-inner .icon-title {font-size: 18px }
.avia-icon-circles-icon-text-inner .icon-description {font-size: 12px }
}
tnx
Hi,
Thanks for sharing. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hello!
I would love to be able to add hyphenation to (Italian) texts on my website as there is a lot of spacing between words on mobile in justified text and I don’t like to use aligned text.
I have already searched through topics, found some threads about this but haven’t really understood what the best solution is. Some sounded pretty complicated. Some mention the plugin Hyphenator, which is not available anymore. I am pretty sure I had an hyphenation option on the Avia builder in a previous Enfold website I had, which had been created by a professional, and I do not know how he did that.
Any advice?
Thank you
Elena
Dear Support Team,
For the following edited version of the website, I would like to use a menu in which the logo is displayed at the top left and the navigation below: http://neu2024.lebendig-fühlen.de/
However, I would like the navigation column to be wider and the sub-navigation of a menu item to be displayed directly below it: see screenshot: http://neu2024.lebendig-fühlen.de/support/nav.jpg
How can I make these settings?
Best regards, Diana
yes – i tested it too – and with the video element it does not start with autoplay – even if i mark the mute Option:
you can try a code block element with embed code:
<iframe id="ytplayer" type="text/html" width="720" height="405" src="https://www.youtube.com/embed/J9GuhL89q0I?autoplay=1&cc_load_policy=1&enablejsapi=1&loop=1&mute=1&rel=0&playsinline=1&color=white&iv_load_policy=3" frameborder="0" allowfullscreen>
this code is now working:
/*
* ICON CIRCLE WIDGET RESPONSIVE SETTING
*
* Stile per desktop
* */
@media screen and (min-width: 1301px) {
.responsive #top .avia-icon-circles-icon {
height: 120px !important;
width: 120px !important;
line-height: 110px !important;
font-size: 85px !important;
}
}
/* Stile per tablet */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
.responsive #top .avia-icon-circles-icon {
height: 90px !important;
width: 90px !important;
line-height: 80px !important;
font-size: 65px !important;
}
}
/* Stile per cellulari */
@media screen and (max-width: 1023px) {
.responsive #top .avia-icon-circles-icon {
height: 60px !important;
width: 60px !important;
line-height: 55px !important;
font-size: 40px !important;
}
}
can I insert setting for the description text font eight?
Good morning,
I’m coming back to you regarding the MEGA MENU issue.
Unfortunately I don’t like the view, particularly in the mega menu (https://prnt.sc/csLBDGjOJ58y / https://prnt.sc/5bwJ3w5jr5XJ) the columns don’t seem to have the same size. Then I don’t understand why the last two entries were inserted in the way https://prnt.sc/GszbAo9AZlSm.
In my wp dashboard I can’t find the entry to modify the function. https://prnt.sc/9QPPB6cmZdAq
Could you help me?
I am reporting the link to a past chat we had on this topic (https://kriesi.at/support/topic/mega-menu-3/)
Mariarita
Hi,
Thank you for the update.
Looks like this is a general WordPress issue occurring in the latest versions of macOS and Safari.
// https://wordpress.org/support/topic/safari-18-0-breaking-classic-editor/
To fix the issue the temporarily, please try this code in the functions.php file:
function ava_custom_admin_styles() {
echo '
<style>
#postbox-container-2 { clear: left; }
.index-php #postbox-container-2 { clear: none; }
</style>
';
}
add_action('admin_head', 'ava_custom_admin_styles');
Best regards,
Ismael
Hi,
Thank you for the link to your site, currently I see screenshot 1 below.
When I add Ismael’s css I see screenshot 2 below.
body, #wrap_all, #main {
background: transparent !important;
}
#footer {
margin-top: 50px;
background-color: white;
}
This looks like your example site, screenshot 3 below.
If the screenshot looks correct but you are not seeing this, try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.
Best regards,
Mike
Hi,
Thanks for your patience, but the check-out on these two site are not the same, one shows a address field (sk), and the other doesn’t (cz), one only has only one a flux-checkout__content-wrapper (sk) and the other has two (cz), one has the “Doprava” at the top of the sidebar (sk), and the other at the bottom (cz)
These changes in the page source code probably making the css from before not work correctly and are probably due to different settings in the plugin, please try reviewing so both are the same. We are limited to the support that we can offer for third party plugins, but perhaps if you can use the plugin settings to adjust the placement of the “Doprava” and add the address field back it may then work correctly.
Please that Enfold may not support all woocommerce plugins, especially ones that are created for the “shop theme”.
I also see that you are using two different versions of the Flux Checkout plugin.
Best regards,
Mike
Hi, can you tell me what I did wrong?
with a full screen the icons are small, by reducing it they enlarge until they become small again when I reach the minimum resolution
/* Styles for desktop */
@media only screen and (min-width: 1024px) {
.responsive #top .avia-icon-circles-icon {
2 height: 120px !important;
width: 120px !important;
line-height: 120px !important;
font-size: 75px !important;
margin: -60px
}
}
/* Styles for tablets */
@media only screen and (min-width: 767px)and (max-width: 1023px) {
.responsive #top .avia-icon-circles-icon {
height: 80px !important;
width: 80px !important;
line-height: 80px !important;
font-size: 60px !important;
margin: -40px;
}
}
/* Styles for mobile devices */
@media only screen and (max-width: 766px) {
.responsive #top .avia-icon-circles-icon {
height: 50px !important;
width: 50px !important;
line-height: 50px !important;
font-size: 30px !important;
margin: -25px;
}
}
second question: can I also set the font size of the description within these parameters?
tnx
Hey James,
Thank you for the link to your site and the login, when I check you have 4 items on the left site and two on the right:

this is due yo the incorrect css:

Note that in the documentation:
adjust the value of “X” to the number of menu item after which the logo should appear in the line #top #header .av-main-nav li:nth-child(X)
Since you have 6 menu items I changed to:
#top #header .av-main-nav li:nth-child(3) {
margin-right: 40vw; /* Adjust spacing for the logo */
}
Now it is correct:

Please clear your browser cache and check.
Best regards,
Mike
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad to hear that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Another update.
It seems this affects WordPress as it is with Safari 18.0, so for sure a fix will come out.
In the meantime if anyone wants a temporary fix, do the following.
Create a new css file and add these two styles:
#postbox-container-2 { clear: left; }
.index-php #postbox-container-2 { clear: none; }
Save the css to your computer.
Open Safari, go to settings and select advanced.
Look for the setting drop down for “Style sheet:” and select the css file you just saved to your computer.
That will fix it and you can change the setting again once a permanent fix comes out, probably in the next WordPress update.
Hi,
Thank you for the update.
You may need to set the background color of the main container to transparent to replicate the design of the other site. Please try replacing the modification with this css code:
body, #wrap_all, #main {
background: transparent !important;
}
#footer {
margin-top: 500px;
background-color: white;
}
Best regards,
Ismael