• Goodmorning πŸ™‚

    So I installed Polynom with my wordpress site running two languages and switching between them works great and all that but i got a problem. I put the 2 flags for switching between languages as a widget on the header. Now i want it to be in the top right and not in the center as it is right now. If u look at the site http://www.tmsoftware.nu/start/ you can see there is like a line underneath which is not nice as well. I tried to go in to Style.css and change the width under here:
    #sidebar-header {
    float:right;
    width:738px;
    height:90px;
    margin:30px 3.4% 0 0;
    overflow:hidden;
    }

    Because that worked when i ran it in firebug but that did not solve the problem when changing it “for real”. any advice?

Viewing 1 replies (of 1 total)
  • Thread Starter mrzedge

    (@mrzedge)

    I was able to solve this issue by adding this to my header.php,

    <div align=”right” style=”padding-top: 25px; padding-right: 25px”;><?php pll_the_languages(array(‘show_flags’=>1,’show_names’=>0)); ?></div>

Viewing 1 replies (of 1 total)

The topic ‘Changing the widget placement in header’ is closed to new replies.