Hi!
Regarding the centering, I would suggest to give a look here
it is really detailed guide and one of the top suggestions on how to center.
Regarding the color of the font, please try replace
font-color with color and add !important to the end, to that value also.
Let us know if it will work
Best regards,
Basilis
Thanks, althought the font color hasn’t worked and it’s not centered in the middle.
I want it 50% from the top and 50% from the left.
Thanks,
Hi!
Please try adding !important rule as following
@media only screen and (max-width: 767px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 24.1111% !important;
}}
If that too does not work, please create a temporary admin login and post it here privately.
Cheers!
Yigit
Hi mcseufer!
We are working on your issue and we will update this ticket soon with the results.
We can help you achieve the same structure but you probably have to take care of the style details like adding the red border, the logo share etc to the menu as it takes a lot of customization.
In the enfold options please make these changes.
Enfold > Social Profiles

Then please goto Enfold > Header Options and make these changes


Then in Enfold > General Styling > Quick CSS
Add the below css
#top #header_main > .container .main_menu ul:first-child > li > a {
height: 30px!important;
line-height: 30px!important;
}
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
top: -25px;
z-index:99999;
}
.av_minimal_header #header_main, .av_minimal_header #header_meta {
z-index: 99;
}
.html_header_top #top .av_logo_right .logo {
right:50%;
transform:translateX(50%);
margin: 0 auto;
}
Best regards,
Vinay
Hey!
You actually applied what i had in mind. Now, please refer to this post – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605 to make your header stay transparent when scrolled down.
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 24.1111%;
}}
Cheers!
Yigit
Hey edupuntoes!
Please add a Color Section element to the top of your page content and set a custom background image. Then you can edit your page and set header to transparent – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
Yigit
Hi Ismael,
Just to remind you > there are 2 problems:
1) on pc (see screen print pc above)
2) on mobile (see screen print mobile above)
You sent me a possible solution only for problem 2) mobile; not for problem 1) pc.
I tried what you suggested for mobile. It looks better, but does not solve the problem completely as the advanced_menu_toggle is now somewhere on top of the content. I attach a jpg which reflects the outcome of your solution on my mobile (see below).
So still 2 issues open.
Regards,
Monique
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
#header_main_alternate .container {
padding: 0;
}
.av_seperator_big_border .av-main-nav > li > a {
min-width: 50px;
}
#top .av_seperator_big_border#header .av-main-nav > li > a {
padding: 0 2px;
}}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Hello, Yigit,
Please see our screenshot of our nav issue. All the menu locations appear. However we have so many that some are moved to a second row below the main nav. And they are covering up the Page header. Can you please let me know how to have all the nav choices appear but not sit on top of the page header?
Is there a limit to how many Nav parents I can have? How can I fix this issue? Thank you for any assistance you can provide.
Hello!
I updated the theme and afterwards my custom fonts stopped working. Everything in my custom.css and style.css remains so I don’t understand the problem?
Thanks
Hi EPDeu!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia_animated_image, .avia_transform.avia_desktop .av-animated-generic {
opacity: 1;
}
Regards,
Yigit
Hey!
Make these changes in Admin > Enfold Theme Options > Header > Menu and Logo Position > Logo center, Menu below

Please use the below css in Enfold > General Styling > Quick CSS
in the below code adjust the margin right to fit your logo width or slightly more.
Same with the top pixel .value
.av-main-nav li:nth-child(3) {
margin-right:300px;
}
.html_header_top.html_header_sticky #header {
position: fixed;
top: 50px;
}
.html_top_nav_header .av-logo-container {
top: -30px;
z-index: 999;
}
@media only screen and (max-width: 989px) {
.html_top_nav_header .av-logo-container {
top: 0px;
left:0;
}
}
Regards,
Vinay
-
This reply was modified 9 years, 5 months ago by
Vinay.
Hey!
I am redirected to the link i posted in private content field. Can you please disabling it temporarily so we can look into it?
Also, please try adding following code to Quick CSS
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px !important; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Hey shefferz!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency {
background-color: transparent;
position: absolute!important;
}}
Authentication is required. If the code above does not help, can you please post username and password for it? :)
Regards,
Yigit
-
This reply was modified 10 years, 3 months ago by
Yigit.
Hey!
Please add following code to Quick CSS as well
ul#mobile-advanced {
min-height: 150px!important;
top: -27%!important;
}
Cheers!
Yigit
Hiiii
I need a image rollover effect on mousehover on the images call in a text box using add media button.
I am using a image along with text in a text box.
I want to show a different image there on mouseover.
I checked the article https://kriesi.at/support/topic/change-image-on-mouseover/ but I think it will not work on images used in text box.
Hey!
We tried to produce what you asked for but that requires a lot of customization and change in html structure you will probably have to hire a freelancer to accomplish it.
However if the earlier solution provided worked for you on this page and caused problem on the other pages we can target only the post pages. That way changes are applied to only post pages… please try the below code and let us know… if it did not work would you please create a admin login for us and provide the info in the private message.
@media only screen and (max-width: 767px) {
.single-post .main_color .rounded-container {
position: absolute;
}
.single-post .entry-content-wrapper {
padding-top: 120px!important;
}
}
Regards,
Vinay
Hi there,
I already tried to find something here but didnt so. On the homepage of our website we have the advanced layer slider. I set it to responsive mode. I works perfect for my laptop, also the height is fine. (I set the height to a specific value.) But when I take a look on our website on a bigger screen the height is not responsive. I can already see some text below the slider. What should i put in, that the layer slider fills out the entirely screen on every size? (height!)
Thanks in advance
GG
Hi!
Please add the below css in quick css
#top .header_color .main_menu .menu ul li.current_page_item>a, #top .header_color .main_menu .menu ul li>a:hover {
border-bottom: 1px solid red;
}
Best regards,
Vinay
Hi Rikard,
Thank you for your help. I tried adding the span element, but that didn’t change anything. I googled again and found a thread with a solution, that allows to position the icon inline, however now the line-height automatically increases and I don’t see how I can undo that in the code. I’ll try to find another way to use, or not use, the icons since it doesn’t seem to be working for me.
https://kriesi.at/support/topic/fontello-icons-in-text/
Regards,
Poirot
Hello,
My website is http://www.eduperezdesign.com and I would like to set up a full screen image on the top of my homepage. I would like to do something like this website: http://www.wgsn.com/en/; It’s a full image at the top of the homepage and stretched layout in the rest of my website including the content below this easy slider.
How can I do this?
Thanks
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0 30px;
}
}
Cheers!
Josue
Hi Vinay,
1. See post https://kriesi.at/support/topic/darken-transparent-glass-header/#post-566360
“I’d like to turn off the grey color on hover. I want that white as well. So all menu links white, all the time.”
The links are grey on hover before scroll. So when page loads links are very light grey.
2. I’d also like to reverse the link colors on all “Fullwidth Submenus” on every page on the site. I would like the links white, then on hover turn to grey.
Thank you,
Jasmer
-
This reply was modified 10 years, 3 months ago by
Jasmer. Reason: Changed request
Hi,
I am trying to place some text over top of an image that is displayed in a lightbox. Basically, the catalog/list item is used in a page to display a food menu, and when the user clicks on the item, and image pops up in a lightbox. I want to be able to place some text over the image, describing the food and ingredients – so far I have not been able to figure out how to overlay this text on top of the image.
Any suggestions?
Hey!
Use the following:
.header_color .main_menu .menu ul li a {
background: red;
}
#top .av-main-nav ul{
border-bottom: 20px solid gray
}
Regards,
Josue
Hi Yigit,
I tried to find the solution in all the topics but could not find one. I will open a new topic, than.
Thanks for your help.
Best wishes, Eline
Hi,
As requested in this thread, I’d like to have my contact form 7 identically styled as the Enfold contact form, because the default contact form does not work unfortunately. Can you prepare one form for me so I can work out the rest?
Thanks for your help!
Regards,
Daniel
Hey!
Inside the child theme I recommend to Only include the files which you want to edit in the parent theme. This way when you update the parent theme you get the new features and updates and still not lose any changes you made to that file in child theme.
In your case maintain the same folder structure and only add iconbox.php
Please refer to https://developer.wordpress.org/themes/advanced-topics/child-themes/ for more details.
Regards,
Vinay
I need to remove all the mansory elements and the top Slider