Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #445883

    Hi! I am trying to add a custom signup form to the header (logo left, menu below) and hoping for help with 2 quick things:
    1) I read a thread of your blog with code to add to php and custom css to add a custom widget area to header:
    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    and custom quick css:
    #header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%) !important;
    }
    and added widgets to the “header widget” but nothing is showing up. Is there an ammended code fix to get this to work?

    2. Is there a way to make the widget fluid, responsive?
    3. Is there also a quick css fix to center the menu below (vs.displaying to the left) ?

    Thanks in advance for your help, love the theme!

    ~ Sophia

    #446449

    Hey sophiamavrides!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Best regards,
    Rikard

    #447379

    yes, what email should i set up the temp admin to?

    #447380
    This reply has been marked as private.
    #447381
    This reply has been marked as private.
    #448131

    Hey!

    Thanks for that but we need admin rights for the account, could you upgrade it please?

    Best regards,
    Rikard

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