Viewing 2 replies - 1 through 2 (of 2 total)
  • try and add a new div into the header.php like this (just after the <div id="header">:

    <!-- begin header -->
         <div id="header">
    <div style="color:white; position:relative;
    left:580px; top:30px;
    margin-top:-20px; ">text here </div>

    (or the same, only definig the style in the style.css:)

    <!-- begin header -->
         <div id="header">
    <div id="language-switch">text here </div>

    and add in the style.css:

    #language-switch {
    color:white; position:relative;
    left:580px; top:30px;
    margin-top:-20px;
    }

    Thread Starter nielsrump

    (@nielsrump)

    Thanks – that was what I needed!
    Niels

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SnowBlind Theme — addition to header’ is closed to new replies.