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
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hey Alex,
Please try the following in Quick CSS under Enfold->General Styling:
.container_wrap {
border-top-width: 0;
}
Best regards,
Rikard
Hi,
I updated your custom css in your Quick CSS from this:
#top div .av-dark-form input[type="text"] {
color: #222;
border-color: #222;
border-width: 1px !important;
background-color: transparent;
font-size: 15px !important;
letter-spacing: 1px;
}
to this:
#top div .av-dark-form input[type="text"],
#top #main .av-dark-form input[type="email"] {
color: #222;
border-color: #222;
border-width: 1px !important;
background-color: transparent;
font-size: 15px !important;
letter-spacing: 1px;
}
and now your email field border width matchs the other fields
Please clear your browser cache and check.
Best regards,
Mike
Hey dweddell,
Thank you for the link to your site and your screenshot, try adding a max-width: 33%; to each of your three elements for mobile like this:
@media only screen and (max-width: 767px) {
.responsive #top #header #header_main .inner-container .main_menu {
order: 1;
flex-basis: auto;
align-items: center;
align-self: center;
height: inherit !important;
width: 33%;
}
.responsive #top #header #header_main .inner-container .logo {
order: 2;
flex-basis: auto;
min-width: 100px;
z-index: 9;
transform: translateY(30%);
margin-top: -30px;
max-width: 33%;
}
.responsive #top #header #header_main .inner-container .widget {
order: 3;
flex-basis: auto;
padding: 0;
clear: none!important;
justify-content: center;
align-self: center;
align-items: center;
z-index: 1;
max-width: 33%;
}
}
This is the expected results:

Best regards,
Mike
Hi Rikard,
thanks for the solution and the fast reply.
You can close the topic.
Kind regards,
Veronika
Dear support,
how could i set the top and bottom-padding of the upper easy slider to 0px?
Hello,
how can I get the scroll-margin-top & scroll-padding-top css properties to work with the enfold theme?
I tried removing overflow: hidden; properties from parent containers, disabled as much css as possible but no way I can get it working.
Thanks in advance for your reply.
Regards,
Kees
Hey Gianluca,
The price is red on my end, please try checking in a private browser window if you don’t see any changes.
Try this CSS in order to change the + and – sign in the quantity boxes:
#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
color: #fff;
}
Best regards,
Rikard
Hi,
I have three footer columns – on desktop view in one line, on mobile view they should slide among each other, but it doesn’t change to that look anymore.
Can you please help?
Kind regards,
Veronika
Hi,
Great, I’m glad that you got it 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 Frederik,
Yes, you are correct, however if you want to limit it to certain areas, you can add/put center-box to Custom CSS Class in the Color Section (all color sections that needs the columns inside it to be centered) located in Advanced > Developer Settings.
Then replace the code I gave you to:
@media only screen and (max-width:767px) {
.responsive #top .center-box .flex_column_table_cell {
display: flex;
flex-direction: column;
justify-content: center;
}
}
Best regards,
Nikko
Hi Ismael, thanks for your help.
> Please add it again, then include the following css rule to hide the duplicate social icons beside the burger menu.
these are the css I have now entered:
@media only screen and (max-width: 989px) {
/* Add your Mobile Styles here */
.responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
display: block;
}
}
.responsive #top #header_main .main_menu .social_bookmarks {
display: none;
}
Now the duplicate of the social icon is hidden.
It remains to correct, if possible, the current position of the social icon on Mobile, which is currently above the WPML icons, while I would prefer it to be online.
Best regards
Oriano
Hi Mike
Sorry for my late reply. I figured out the problem in the delayed execution of javascripts in WP-Rocket. With an exception for the JS /dynamic_avia/avia-head-scripts-(.*).js it works now perfectly :-)
You can close this topic.
Regards
Bernd
-
This reply was modified 2 years, 2 months ago by
Bernd.
Thanks so much – so it has to be done as quick css and no other way?
Also I’m just unsure which part does what. So what part handles the font size of the actual phone number and what part the sze of the social icons?
And how can I add some extra padding top and bottom (above and below) the text on mobile. And the settings for position in the Theme Header now no longer seem to change anything -so which part of this code overrides that setting? Plus the social icons are showing in the Main Header area on mobile and I havent set them for there just want them to display in the top bar.
Cheers
Natasha
Hey xfacta,
Thank you for the inquiry.
You can use the following css code to adjust the style of the elements inside the header meta or the small bar above the main menu.
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
text-transform: uppercase;
letter-spacing: 0.02em;
font-weight: 300;
text-decoration: none !important;
}
#header_meta .sub_menu {
float: left;
z-index: 2;
font-size: 1.2em;
line-height: 30px;
position: relative;
top: 10px;
}
#header_meta .phone-info {
float: left;
font-weight: bold;
line-height: 20px;
font-size: 1.2em;
padding: 5px 0;
}
And to re-enable the social bookmarks on mobile view, you can include this css code.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all #header .social_bookmarks,
.responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
display: block;
}
}
Best regards,
Ismael
Hi
Ok, thanks very much.
Does it exists a list of elements for which we can use this code?
I think .responsive #top #wrap_all and .av-break-at-tablet is always the same and .flex_column and .flex_cell is that, that changes?
Best regards
Mike
Hi,
Thank you for the update.
Did you remove the css code? Please add it again, then include the following css rule to hide the duplicate social icons beside the burger menu.
.responsive #top #header_main .main_menu .social_bookmarks {
display: none;
}
Best regards,
Ismael
Hey liesbethp1,
Thank you for the inquiry.
1.) You can add this css code to adjust the margins around a specific masonry item.
.av-masonry-container .av-masonry-entry:nth-child(2) {
margin-top: 200px;
}
.av-masonry-container .av-masonry-entry:nth-child(4) {
margin-top: 100px;
}
The css code above should affect the first and third items in the gallery.
2.) Have you tried creating a Custom Elements Template for a Masonry Gallery? Please check the link below for more info.
// https://kriesi.at/documentation/enfold/custom-element-templates/
Best regards,
Ismael
Isn’t the code supposed to stop the automatic creation of multiple images some inflated in file size considerably?
these regenrate plugins will do that or will they generate more images or both?
Hi Yigit,
both fixes seem to work. Thanks
Will they be included in the next update?
I’ll point out another small problem. On mobile, both phone and tablet, sometimes the favicon is not displayed, the wordpress W is shown.
On desktop the problem does not exist.
You can control?
Thanks again
Lion
Hi Lion,
I’m sorry for the delayed response.
Please add the following code to the Quick CSS in Enfold theme options > General Styling:
/* To fix the background images on tablet */
@media only screen and (max-width: 1024px) {
.touch-device #top .avia-section.avia-bg-style-fixed {
background-attachment: scroll;
}
}
/* To fix the Social Share icons on mobile */
@media only screen and (max-width: 480px) {
.av-social-sharing-box:not(.av-social-sharing-box-rounded, .av-social-sharing-box-buttons, .av-social-sharing-box-default, .av-social-sharing-box-minimal) .av-share-box ul li {
display: inline-block;
}
.av-social-sharing-box-circle .av-share-box ul li, .av-social-sharing-box-icon .av-share-box ul li {
margin-bottom: 2px;
}
}
After adding the code, please make sure to clear any server-side, plugin-based, and browser caches.
Best regards,
Yigit
-
This reply was modified 2 years, 2 months ago by
Yigit.
Hi,
Thank you for the link to your site and the screenshot, but I’m not able to reproduce this with my laptop rotating it from portrait to landscape and back again, or with the browser inspector emulating different screen sizes and rotating. But you could try this script in your child theme functions.php to reload the page after a screen resize and perhaps it will help with your laptop.
function custom_resize_script() { ?>
<script>
var resizeId;
window.addEventListener('resize', function() {
clearTimeout(resizeId);
resizeId = setTimeout(doneResizing, 300);
});
function doneResizing(){
location.reload();
}
</script>
<?php
}
add_action( 'wp_footer', 'custom_resize_script', 99 );
Best regards,
Mike
i see that you have set on the page /our-clinic/about for the other cell a min-height – that will be possible if you want only the flip-background image to cover only ( including crop ) – you have to remove all paddings on that cell with the flip-box and set the same min-height / height option there !!!
my method above is only to have totaly responsive bg-image for flip
you can test if for the above page by:
.av-layout-grid-container.av-li73q-e1db10c26939acc99331ee70921182c6 .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback,
.av-layout-grid-container.av-li73q-e1db10c26939acc99331ee70921182c6 .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front {
margin: 0 !important;
}
.av-layout-grid-container.av-li73q-e1db10c26939acc99331ee70921182c6 {
min-height: 500px !important;
}
.av-layout-grid-container.av-li73q-e1db10c26939acc99331ee70921182c6 .avia-icon-grid-container,
.av-layout-grid-container.av-li73q-e1db10c26939acc99331ee70921182c6 .article-icon-entry {
min-height: 500px !important;
}
.responsive #top #wrap_all .flex_cell.av-5cyqiu-1b136132ec762676c6173331de16be40{
padding: 0 !important;
}
i would give the grid-row a custom class or ID and set the css for that.
Hi,
we noticed that images on a page don´t seem to be resized on a mobile – i.e. they are optically scaled down to fit the screen, but they are still the same size (in KB) as for a full desktop screen. It that intentional and is there any way that we can get WP/Enfold to use smaller versions? Would that even make sense? The question arises over sluggish pagespeed on mobile. We are in the process of replacing older jpgs with wep, which should also generally make a difference.
Thanks for your advice.
Best,
Sara
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
For some reason the footer is missing on my site.
I’m not sure if this is related in way to my other topic open on missing meta title.
Based on the settings, it should be there… (showing the socket).
Hi there, I am trying to format a text using tables.
See here:
At the top is the table version
below is a normal text box version but the text overflows.
I would like the first column of the table version to be more narrow. Where can I specify this? Where can i set colums width? The setting option in the backend are a bit limited. Please send css.
Thanks you.
Peter