Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #887590

    I have created a widget in the header using your recommended way by placing the following code in the function.php file
    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘Donate’ );
    }

    See http://www.jamestest.co.uk. I have used the following custom css

    #text-3.widget{
    position: absolute!important;
    left: 84%!important;
    }
    However the button seems to cause an issue when viewed on tablet or phone and is not responsive. Is it possible to get the button to be responsive so that when reducing it lies underneath the logo or the image slider.

    Can you please help

    Pete

    #887833

    Hey condonpb,

    There’s not enough space in the header for smaller screens, maybe you could hide that button for tablets and phones and place it in a Color Section instead? You can hide the Color Section for all screens except small ones in the element options.

    Best regards,
    Rikard

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