Position relative – how to place

Home Forums Pro Support Position relative – how to place

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67994
    Holger FoersterHolger Foerster
    Participant

    Hello, im sorry for my english and i hope you will unterstand me.

    i want to use the relativ positining option but i have a problem.
    if i use the “relativ position” the menu-bar is on the bottom of my page (storefront theme). now i want to add a div container in the header.php to put the menu in. shortcodes didnt work in php files so i need help.

    here a screen of the header.php.

    newplace

    did i need to do this in the functions.php? if yes, how? 🙁

    thank you very much!

    #67997
    Peter FeatherstonePeter Featherstone
    Participant

    Hey there,

    I’m not sure I quite understand the question. Are you saying you want to place the shortcode inside the my-mew-manu-place div?

    If so, can you just add the shortcode there? What do you mean by shortcodes don’t work in php files? How have you tried adding it?

    Please advise

    Peter

    #67996
    Holger FoersterHolger Foerster
    Participant

    Wow, thank you for the fast answer!
    i used the shortcode without the php tag – im sorry, it works now. 🙂

    `<div class=”clearfix”>
    <div style=”position: relative; width: 100%;”>

    <?php echo do_shortcode(‘[responsive_menu_pro]’); ?>

    </div>
    </div>

    #67995
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Holger,

    You are more than welcome and I’m glad it worked for you 🙂

    All the best

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Position relative – how to place’ is closed to new replies.