Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #568596

    hello, can i change the white space above and below the rulers?

    in the code block there is: [av_hr class='full' height='50' position='center']

    ive changed this to:
    [av_hr class='full' height='30' position='center']
    ( http://jeelsites.nl/wptest/finoven/ )

    but that doesnt seem to have any effect.

    screenshot: http://www.jeelsites.nl/testen/ct-menu-item-1/ct-menu-item-5

    #568665

    Hi jelle!

    when editing Seperator/Whitespace element choose “Custom”as “Horizontal Ruler Styling”. Then adjust top- and bottom-margin values as needed.

    Cheers!
    Andy

    #568669

    hi andy
    if i choose custom, the ruler is too short

    i have tried to adapt this, but it aint working:
    [av_hr class='custom' height='30' width='800' position='center']

    #568678

    Hey!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your column and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { padding-top: 0 !important; padding-bottom: 0 !important; }

    Best regards,
    Yigit

    #568886

    ok ive found this file: enfold:functions-enfold.php
    i recogn this is what you meant.
    ive added these lines (bold). i hope this is oke like this?

    <?php

    /*
    * The function within this file are theme specific:
    * they are used only by this theme and not by the Avia Framework in general
    */

    /* for making classes */
    add_theme_support(‘avia_template_builder_custom_css’);

    /* wrap embeds into a proportion containing div */
    if(!function_exists(‘avia_preload_screen’))
    {
    function avia_preload_screen()
    {
    $class = avia_get_option(‘preloader_transitions’) != “disabled” ? ‘av-transition-enabled’ : “”;
    $label = __(‘Loading’,’avia_framework’);

    #568942

    Hi!

    Please move the code from functions-enfold.php file to functions.php file and please do not forget to edit your column and to give it a custom class before adding the code. Custom class in example is “your-custom-class”

    Cheers!
    Yigit

    #569287

    hmm, sorry, cant find it…in the list i only see the functions-enfold.php file…
    where is the functions.php?

    #569774

    Hi,

    It should be in the same folder as the functions-enfold.php file, are you using a child theme? If not them please consider doing so: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/

    Best regards,
    Rikard

    #569800

    found it, its called: Themafuncties
    (functions.php) Thema selecteren om te bewerken

    #571018

    Hi,

    Yes, that can be a bit confusing sometimes :-)

    Thanks,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.