Forum Replies Created
-
AuthorPosts
-
There is no actual padding below the logo, one thing you can do is reduce the logo size or increase the menu height (with the code i provided earlier).
You could also try pushing the logo top:
.logo img { position: relative; top: -5px; }Cheers!
JosueThere is no actual padding below the logo, one thing you can do is reduce the logo size or increase the menu height (with the code i provided earlier).
You could also try pushing the logo top:
.logo img { position: relative; top: -5px; }Cheers!
JosueHey!
Here’s how i see your site on Safari 7 (OS X 10.9):

Cheers!
JosueHey!
The first link is unaccesible on my end:
Your access to this site has been limited
Cheers!
JosueHey!
I see it here:
http://flatev.com.s180084.gridserver.com/wp-content/themes/enfold/css/custom.css?ver=1But is set to 130px, try changing it to 80px.
Best regards,
JosueHey Sandro!
Use this code:
#header_main .container, .main_menu ul:first-child > li > a { height: 80px !important; line-height: 80px !important; } html.fixed_header #main { padding-top: 80px; }Cheers!
JosueYou can add shortcodes to the Ajax preview content right out of the box:

Regards,
JosueThe code i told you to remove is still there, at the very bottom:
span.avia-menu-fx { bottom: 30px !important; }Regards,
JosueDo you see the issue on the demo?
http://kriesi.at/themes/enfold/Best regards,
JosueNo, here’s how it looks on my end:

Have you tried seeing it from another computer?
Cheers!
JosueIn css/custom.css remove this code:
span.avia-menu-fx { bottom: 0px !important; }Cheers!
JosuePlease do so.
Are you using the latest version of Enfold / WordPress?
Cheers!
JosueHi,
Does it happen with the default WordPress theme?
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueFebruary 22, 2014 at 5:07 am in reply to: Issue with Table and hidden element that adds strange padding #227817Hi,
Can you post a link to your website please?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome :)
You are welcome, glad we could help :)
Regards,
JosueYou are welcome Michael, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi,
Open js/avia.js and look for line 1746:
disabled = 'disabled="disabled"';Replace it by this:
//disabled = 'disabled="disabled"';Regards,
JosueHey!
Try adding this code to the Quick CSS:
.social_bookmarks { display: none; } #main { padding-top: 35px !important; }Cheers!
JosueHi!
This:
@media only screen and (max-width: 479px) { .page-id-7165 #av_section_1 { display: block; } }Best regards,
JosueHey Bruno!
The answer resides in your PHP log, do you have access to it?
Cheers!
JosueFebruary 22, 2014 at 12:36 am in reply to: Color section video background not working after 2.5.3 update #227772Hey!
Are you using a video service or self-hosted videos?
Best regards,
JosueHey!
This CSS will remove that hover effect:
.home .image-overlay.overlay-type-extern { display: none !important; }Your code is not working at the moment, try debugging in something like this first:
http://jsbin.com/humoxila/1/editCheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
I see it horizontal, you mean reversed?
Regards,
JosueHey!
Try with the following code:
function avia_remove_debug() { remove_action('wp_head','avia_debugging_info',1000); } add_action( 'init', 'avia_remove_debug');Best regards,
Josue -
AuthorPosts
