Forum Replies Created
-
AuthorPosts
-
Hi,
Add the following:
.avia-section.av-minimum-height .container .content{ vertical-align:top!important; padding-top:50px!important; }Best regards,
Jordan ShannonHi,
If you add a unique id to the color section you want to change, then we can target just that one.Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Try to edit the following:
.avia_transform .avia_start_delayed_animation.right-to-left { -webkit-animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1; } .avia_transform .avia_start_delayed_animation.left-to-right { -webkit-animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1; }Edit the 0.8s to what you need.
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please contact us here in the forums.
Best regards,
Jordan ShannonHi,
Please add my code to the very top of css. It is possible that you have some error in some of the other css that is causing everything below it to fail.
Best regards,
Jordan ShannonHi,
Please provide a link to the site/page in question.
Best regards,
Jordan ShannonHi,
For A:
.content { padding-top: 10px; padding-bottom: 10px; }For B:
.entry-content p{ margin-top:0px!important; }For C that is a different case entirely as that padding/spacing is due to the adsense iFrame which we have no control over unfortunately.
Best regards,
Jordan ShannonHi,
Yes the speed can be controlled via the css in the section posted above.
Best regards,
Jordan ShannonHi,
Have you been creating posts using the ALB or the default editor. It is possible that the options may only apply if you are using the ALB to create your posts.
Best regards,
Jordan ShannonHi,
Add the following to quick css:
@media only screen and (max-width: 767px) { .content { padding-top: 10px; padding-bottom: 10px; }}Best regards,
Jordan ShannonHi,
Is the issue just on mobile? I am not seeing the spacing on the desktop.
Best regards,
Jordan ShannonJune 22, 2017 at 5:08 pm in reply to: Removing comment & Date in blog section, gap in between header & main content #811691Hey momentold-5,
Add the following to quick css:
/* Remove comment number and date */ .slide-content .slide-meta{ display:none!important; } /* Remove space between header and content */ .container_wrap.container_wrap_first.main_color.fullsize{ display:none!important; }Best regards,
Jordan ShannonHi,
Please link me to the exact page you get the screenshot from.
Best regards,
Jordan ShannonJune 22, 2017 at 5:00 pm in reply to: Color section shown a background of all elements after that #811676Hi,
I see you can restore them.
Best regards,
Jordan ShannonHey csogordaniel,
Try the following:
Add this to the bottom of functions.php
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".social_bookmarks").prepend($("#menu-item-search").detach()); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');and add this to quick css:
li#menu-item-search a { line-height: 32px !important; height: auto !important; margin-left:-50px!important; }Best regards,
Jordan ShannonHey Pas7o,
Those animations are created via css keyframes (http://www.w3schools.com/cssref/css3_pr_animation-keyframes.asp) and you can find these animations in the css > layout.css and shortcodes.css file. Look for the “animations” section. Copy the keyframes and configure it in the Quick CSS field.
Best regards,
Jordan ShannonHey anirutpae,
This is just a padding and/or margin issue. If you know css then you can simply remove it. If you don’t, then please provide a link to the site so we can look into the issue further.
Best regards,
Jordan ShannonHey toohead,
Please provide a link to the site so we can look into this further.
Best regards,
Jordan ShannonHey anma,
If you are using a color section If i use a content section, you can choose options for minimum height:
– let content decide
– 25%
– 50%
– 75%
– 100%
– custom (only px)100% would be what you need.
Best regards,
Jordan ShannonJune 22, 2017 at 4:26 pm in reply to: Color section shown a background of all elements after that #811647Hey Beth,
You would want to use the following to target the widgets.
/* adjust footer width */ #footer .flex_column #nav_menu-2 { width: 15%; } #footer .flex_column #nav_menu-3 { width: 15%; margin-left: 1%; } #footer .flex_column #avia_mailchimp_widget-2 { width: 20%; margin-left: 1%; } #footer .flex_column #avia_google_maps-2 { width: 25%; margin-left: 1%; } #footer .flex_column #text-2 { width: 25%; margin-left: 1%; } #footer .flex_column #text-4 { width: 25%; margin-left: 1%; }Best regards,
Jordan ShannonHey SandraSquires,
Please see the following for possible solutions:
Best regards,
Jordan ShannonHey trentsiddharta,
Are you looking to make them larger or smaller?
Best regards,
Jordan ShannonHi,
Thanks for input into this issue and sharing your result. We will look more into this and hopefully can have improvements made for our next update.
Best regards,
Jordan ShannonHi,
Can you try to disable active plugins and retest this issue?
Best regards,
Jordan ShannonHi,
Apologies for the delay, I was still actively working on the issue but was offline when you sent follow-up messages. Sorry we could not resolve the issue and the you were not happy with the service. If you need anything else I hope you will give us a chance to rectify the situation.
Best regards,
Jordan ShannonHey iedigitaldesign,
Add the following to quick css:
#menu-item-1142 a .avia-menu-text{ font-size:18px!important; }Best regards,
Jordan ShannonHi,
Were the credentials changed again?
Best regards,
Jordan ShannonHi,
The recommended size is 340px x 156px. Perhaps try and scale it close to those dimensions, keeping the aspect ratio of course.
Best regards,
Jordan Shannon -
AuthorPosts
