Hey!
This code should move the mega menu downwards:
#header .avia_mega_div {
margin-top: 100px !important;
}
This is the screenshot:

Adjust the top margin to 1px. Remove browser cache then reload the page.
Best regards,
Ismael
Hi!
You can change that through CSS. Add this on Quick CSS or custom.css:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 35px;
}
#top div .avia-gallery img {
padding: 3px;
width: 100%;
}
Best regards,
Ismael
Hi!
You can use the AddThis Plugin. Please refer to this link for more info.
Regards,
Ismael
Hi!
Please try this:
#top .main_menu .menu li ul a {
line-height: 18px;
min-height: 18px;
}
#top #header .avia_mega_div > .sub-menu {
padding: 10px 20px 10px 20px;
}
Cheers!
Ismael
Hey elgingroup!
Please add this on Quick CSS or custom.css:
div .logo {
right: 0;
}
.main_menu {
left: 0;
}
Regards,
Ismael
Hi,
first, Thx for your great work!
I followed Nick´s advice to change the Icon Box color and hover of the glyph.
https://kriesi.at/support/topic/icon-box-woth-secondary-color/
That worked just great!
I know that I can set a link to the title of the box content. But I wonder what I would need to add to the quick css to set a link (href=) to the glyph itself?
The second thing I just cant figure out is how I can change the text color on my sidebar?
thx for your help!
Hi,
here is a pic showing the footer & socket section on top of the page http://www.musikzentrale.net/unterricht/gitarre/. I disabled footer and socket for now, since sunday is our visitors peak day.

It would be great to use both features, full masonry AND footer socket, which actually does work on another page http://www.musikzentrale.net/ueber-uns/dozenten/.
Thanks for your help,
Sebastian.
Hey!
You can add this on Quick CSS:
#header .avia_mega_div {
margin-top: 1px;
}
Best regards,
Ismael
Having the same problem that was outlined in this thread:
Colour Section & Background Attachment Mobile Devices
https://kriesi.at/support/topic/colour-section-background-attachment-mobile-devices/
It didn’t specify if there ever was a fix, and if successful? Is there something that can be done so the images will show up? Unfortunately, our site is not live yet so I can not provide a link for you to view.
See our old thread here:
https://kriesi.at/support/topic/columns-are-not-lining-up/#post-210734
Your fix worked when I initially did it; now it doesn’t work, and anywhere I have 1/3 columns the first column appears above the second two.
See Home Page (3 boxes right under email signup call to action): http://alivebyhisword.com/
and Bible Study Page (3 buttons in 1/3 columns at bottom of page/same things is happening): http://alivebyhisword.com/bible-studies
You gave me a css fix ( body div .first { margin-top: 50px; } ) which I used, and initially it worked great, then something happened – the code is still in there, but the columns reverted back to this – I tried taking the code out putting it back in, to no avail.
Help?
Hey!
Özellik taleplerinizi buradan İngilizce olarak yapabilirsiniz https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Yigit
im having exact same problem as this
https://kriesi.at/support/topic/dummy-data-not-importing/
also logo doesnt work
Hi!
Please try adding following code to Quick CSS instead
.responsive #top .mobileMenu { display: none!important; }
Regards,
Yigit
That has made the graphic elements the same size in Chrome.
I haven’t checked Firefox and IE. Thanks
I tried tweaking the padding using this line but it’s still tall
#top #header .avia_mega_div > .sub-menu { padding: 20px 15px 30px; }
That seems to be another div. I’ve tried the following to see if I can locate the div but it’s still elusive. I’m talkig about reducing the amount of vertical white space in the menu because it is rather long.
.sub-menu {padding: 5px, 15px, 5px;}
menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children avia_mega_menu_columns_4 three units {margin: 5px, 15px, 5px;}
Thanks Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#header .avia_mega_div .avia_mega_menu_columns_last {
padding-right: 14px; }
#header .avia_mega_div .avia_mega_menu_columns_first {
padding-left: 14px;
}
#top #header .avia_mega_div > .sub-menu { padding: 20px 15px 30px; }
Regards,
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#socket .sub_menu_socket li.menu-item-3761 { display: none!important; }
It will target the menu item using the menu item ID
Cheers!
Yigit
Hi,
When we hit the search button on the top of the screen its shows the results with Ajax. And there is a featured images shown on the list for every item. But when we clicked to the “View all results” it shows the list of the all item found with the search without featured image. How can we add featured image to the search results?
Thanks.
Best regards.
Hey Peter,
did the css-thing to solve the problem in fist step. Works fine so far. Thank you!
Regards,
Arne
Isnt the “Additional Portfolio Item Settings” section supposed to work?
Maybe its just a bug here. Does the Option “Custom link” work with any kind of preview-image (Slideshow, Gallery, Imagelist)?
Best Wishes
Arne
Hi!
I go for Web Developer :) You are welcome, glad we could help! Let us know if you have any other questions or issues
Cheers!
Yigit
This reply has been marked as private.
Hi!
Please see it now. I have added custom CSS to bottom of Quick CSS section to make header and nav fixed in size
Cheers!
Yigit
This reply has been marked as private.
Hi Js-interactive!
Please add following code to Quick CSS as well and adjust as needed
.logo, .logo a, .logo img { max-height: 116px!important; }
Regards,
Yigit
Hi!
Alternatively you could select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A
By going this way Enfold will stretch the content area of the ajax preview to 100% width and you can use the new space to build your custom layout. I.e. use the the “Easy Slider” shortcode and the “custom link” option for each slide to apply your custom link(s) to the images.
Regards,
Peter
Hey!
Then you can adjust the code a bit to be as following
.main_menu #menu-item-2609 a { top: 18px;
height: 50px;
line-height: 30px; }
Cheers!
Yigit
Hi!
No, but you can deactivate the slideshow links with following css code – insert it into the quick css field
.portfolio-preview-image .avia-slideshow-inner li {
pointer-events: none;
}
Regards,
Peter
Hey mijyman!
If you would like to apply the code to all of your pages, please remove .home class from the code and use as following
.content { padding-top: 0px!important; }
Regards,
Yigit