Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417473

    Iceeyez
    Participant

    Hi

    I would like to embedd some raw html to the site and keep navigation and menu on place.
    Somehow the html affects the top of the topbar and the language flags are ruining the menu.

    The html is delivered from the customer.

    Any suggestions on what way to go on this one?

    see
    http://diligentnordics.com/webinar-med-sophie-persson/

    Kind regards
    Patrik

    #1417554

    Paul R
    Moderator

    Hi Patrik,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-topbar .p-info a {
       display:inline-block;
    }
    
    .x-topbar .p-info a img {
       max-width:19px;
    }
    

    Hope that helps