Forum Replies Created
-
AuthorPosts
-
oh ok.. I got your point. So there is no option to go full width.
One more question?
can we add banner below menu section and banner right above the footer code.
- This reply was modified 5 years, 3 months ago by bhutanitinfo.
Drukson.com/index1
Hi Victoria,
M also having the same issue. i got the code from https://kriesi.at/documentation/enfold/color-section/#toggle-id-3-closed
I tried a lot, its not working any how. please suggest
/* Color section container width */
#section-container-width .container {
width: 100% !important;
min-width: 100%;
padding: 0;
margin: 0;
}- This reply was modified 5 years, 3 months ago by bhutanitinfo.
m in contact with them.. thansk
This reply has been marked as private.I will request Enfold team to do so for me and there is some few customs to be made. Please help me so i can send full details what i actually want and need cost estimation.
I found the answer.
add_action(‘wp_footer’, ‘ava_custom_script’);
function ava_custom_script(){
?>
<script>
(function($){
function h() {
$(‘.av-magazine-entry’).each(function() {
var date = $(this).find(‘.av-magazine-time’),
title = $(this).find(‘.av-magazine-title’);date.insertAfter(title);
});
}h();
})(jQuery);
</script>
<?php
} -
AuthorPosts