Hi,
use this code inside Quick CSS field:
#footer .flex_column section:first-of-type {
margin-top: 0px;
}
Best regards,
Andy
Hi,
I’ve got brand new site on Enfold Child. After installing WPML there is something wrong with pages build of Grid Row element.
Please visit this page:
http://integence.pl/aplikacje-ar-vr/
and after that switch to EN (top of the left sidebar)
http://integence.pl/en/ar-vr-applications/
You’ll notice that below first Grid Row the content is under the left sidebar menu and the title fonts are smaller.
I use custom style.css for better scaling mobile/iPad/desktop. There is proper css file (enfold_child_en) in Dynamic_avia folder.
Any help would be appreciated.
-
This topic was modified 8 years, 11 months ago by
integence.
Hi!
I have a few problems with my mobile menu.
1) I’d like to change the icons for custom ones, and I’d like to get rid of the white border sorrounding them.
2) I’d like to reduce the space left when I open the menu as seen in the pictures below. The bottom space could be left transparent and the top space could be reduced so the text can go up a little bit.
3) I’d like to delete the icons next to the next as seen in the pictures.
4) The menu is buggy when I try to open it after scrolling down. It goes back to the top of the page and then opens after a bit.
5) The menu right now doesn’t “occupy space” — I mean that the header overlaps with top of the pages, but only on mobiles. Check the page “Updates”, for example, on mobile and desktop.
Thank you a lot! Love Enfold, and most of all its support <3
Manel
The link to my page was in the private data section of the support ticket, but here it is again:
My site is restricted to subscribers so I’ve created a temporary admin user/password for you – see private content
I think these are the links to support tickets that I’ve tried:
1. https://kriesi.at/support/topic/show-parent-page-above-nested-subpages-in-sidebar-navigation/
2. https://kriesi.at/support/topic/add-titles-to-sidebar-navigation/
Hello, how can i disable enfold language switcher on the top menu and work only with the wpml language switcher?
Thank you,
Hi, I would need to remove top and bottom slider area lines, as showed in the scrrenshot.
I´ve tried to do this by leaving border colors in theme options to cero, but that eliminates border lines in other zones too.
I´ve succeeded to removing top line, but not bottom one.
Could you give me a css code to do this?
Thank you!
-
This topic was modified 8 years, 11 months ago by
cipriana.
Hi
We would like to change the space between 2 pictures in the same line https://www.staging3.atcarolines.ch/. the space on top and bottom are ok but not in the same realtionsship if we have 2 pictures on the same line: https://www.staging3.atcarolines.ch/
I hope you can help me.
All the best,
Pascal
Hey studio3enfold,
Try to add this css code in QUick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top .cart_dropdown {
display: none !important;
}
}
Let us know if this helps.
Best regards,
Nikko
sorry, the Original code doesn’t have <br />
<style type="text/css">
.hide-title-iconbox h3.iconbox_content_title{display:none;}
#top .hide-title-iconbox .iconbox.av-no-box .iconbox_icon{margin: 0 auto ;}
.entry-content-wrapper li{padding: 10px 0;}
.av-special-heading{margin-top: 10px;}
.height-title h3{line-height:40px;}
#top .av-flex-placeholder{width: 2%;}
</style>
hi,
we are experiencing a weird situation here..
whenever we try to save a code block, it adds some html code (<p>, </br>) itself and it breaks the layout.
ex.
Original Code ------------------
<style type="text/css">
.hide-title-iconbox h3.iconbox_content_title{display:none;}
#top .hide-title-iconbox .iconbox.av-no-box .iconbox_icon{margin: 0 auto ;}<br />
.entry-content-wrapper li{padding: 10px 0;}
.av-special-heading{margin-top: 10px;}
.height-title h3{line-height:40px;}
#top .av-flex-placeholder{width: 2%;}
</style>
After Save -----------------
<style type="text/css">
.hide-title-iconbox h3.iconbox_content_title{display:none;}<br />
#top .hide-title-iconbox .iconbox.av-no-box .iconbox_icon{margin: 0 auto ;}<br />
.entry-content-wrapper li{padding: 10px 0;}<br />
.av-special-heading{margin-top: 10px;}<br />
.height-title h3{line-height:40px;}</p>
<p>#top .av-flex-placeholder{width: 2%;}</p>
</style>
Could you help? Thank you.
I tried adding the following to style.css but it doesn’t update the mobile caption. I tried in quick css too.
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.slideshow_align_caption {
vertical-align: top !important;
}
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Andy,
Thanks for your response. Forgot to mention that I already tried this one ( and h2 .titlefrontpage also) without any luck.
Even more strange:
This doesn’t work:
.titlefrontpage {font-size:18px!important; text-transform: none!important; margin-top:10px!important; margin-bottom:0!important; color:#473c8e!important}
But this combination does:
h2.titlefrontpage {}
.titlefrontpage {font-size:18px!important; text-transform: none!important; margin-top:10px!important; margin-bottom:0!important; color:#473c8e!important}
Regards,
Steven
-
This reply was modified 8 years, 11 months ago by
steviger.
Hey!
I think you are using an old version of enfold or you have set up the menu in a different way. Please update to the latest version 3.8.5 and your code for the page should be as below:
/* One page dots navigation */
.page-id-140 .avia-menu {
position:fixed;
max-width:0px;
height:auto!important;
right:50px;
top:50%;
transform:translateY(-50%);
}
.page-id-140 .avia-menu .menu-item {
max-width: 25px;
max-height:25px;
border-radius:25px;
margin:10px;
overflow:hidden;
}
.page-id-140 .avia-menu .avia-menu-text {
display:none;
}
If you still have any issue please provide us the admin login details so we can login and take a closer look.
Regards,
Vinay
Hi Vinay,
You were looking at a screenshot from the desktop version. I would like the menu below the centered logo on only mobile phones.
Do you have a solution for that?
Thanks!
Godert
Hi Peter,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-591 .avia-builder-el-0 .container {
padding-top: 0 !important;
}
Best regards,
Rikard
Hi,
Glad 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
Hi Dimitri,
Glad you got it working, please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Dimitri,
Great, glad we could help and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Glad you got it working and thanks for sharing, much appreciated :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
the original shop page shows products only, I added an woocommerce product category widget in the sidebar position, but later I delete it.
then the shop page looks weird afterwards.
It shows the shop category(Feature and mother categories) at the top firstly and then products.
when you click the mother categories, then it shows many child categories firstly and then products again
(laptop and mobile)
in short words, it looks really ugly… (below is the category view)
https://drive.google.com/file/d/0B6L9QZ3Td5YjUUNfMExtUGk3VjQ/view?usp=sharing
I think shows the category at the top is OK, so I hope to make below amended
( or maybe make it back to normal firstly and then make amends)
1. don’t show the numbers of products
2. what if I want to show the texts of categories at the top + product of Featured and products of Hot/new only
3. how to set numbers of display products at one page ( default is 16 items per page,Max 48 per page) , I want to display more.
Hey Wisith,
It’s not clear where you are trying to display the new pages? I’m assuming you like to display the new page on top of the site in the main menu area correct?
Please add the pages to the main menu area from Appearance > Menu > Select the correct menu and make sure main menu is checked at the bottom.

Best regards,
Vinay
Hi there,
Without having to use code I would like to be able to add an image (that stretches to fit all screens) to only one of my pages which is on a slightly different topic, is there a way of doing this please?
Thanks :)
Hi,
Can you post what is written on error_log.php? can you also try the solution mentioned in this thread: https://kriesi.at/support/topic/couldnt-add-the-font-because-the-server-didnt-respond/
Best regards,
Nikko
Hi,
Thanks for that. Just to be clear, you want the top level menu items in blue and the sub link in white, right? If so then please try removing the !important statement from your code and add this as well:
.page-id-826 .sub-menu .avia-menu-text {
color:white;
}
Best regards,
Rikard
Hi,
Glad 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
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
hi, you’re not really understanding my problem here… I have 3 main problems,
1. When I click on the category breadcrumbs on a product page they take me to a category page and I am having difficulty styling the header/banner image of this category page to match with the rest of the site
2. I get a big white area above the image
3. I cannot get the glassy effect on the top navigation like the other pages.
I’ve tried the plugin you’ve suggested above but it didn’t seem to solve the problem.
3 images to explain this are in Drop box.
Hi,
I found a thread (https://kriesi.at/support/topic/disable-slider-for-mobile-size-responsive-theme/) and tried to action this our site with the Custom CSS but I didnt have luck here.
The slider we are using is too small, and the others are too large above the the fold. So we would just prefer to remove it when the website is viewed on mobile.
Can you please provide some direction on how to do this.
Thanks for your help