Roman
    Spectator
    Posts: 3147
    21.07.2014 at 19:01 #10230

    I cannot see it on the website…please provide a correct one.

    Markus Wiengarn
    Spectator
    Posts: 6
    21.07.2014 at 20:12 #10231

    you have to login under http://www.naturheilpraxis-mare-balticum.org/wp-admin

    i sent you already the login information

    go to “willkommen” (start-page), you will find the page title bar text on the right side, because of the elastic slider…

    Markus Wiengarn
    Spectator
    Posts: 6
    21.07.2014 at 20:23 #10232

    have a quick look here screen-capture-30.png

    Roman
    Spectator
    Posts: 3147
    21.07.2014 at 21:04 #10233

    try insert this in the Custom CSS section:

    Code:
    .page-title {clear:both;}
    Markus Wiengarn
    Spectator
    Posts: 6
    22.07.2014 at 14:55 #10237

    now it is left sided, but to low!
    see pic screen-capture-31.png

    Roman
    Spectator
    Posts: 3147
    22.07.2014 at 16:52 #10241

    I updated the CSS:

    Code:
    .home .page-title {clear:both;top:-15px;position:relative;}
    Markus Wiengarn
    Spectator
    Posts: 6
    23.07.2014 at 09:32 #10242

    That works, but now the mini images of every slide doesnt react on the small boxes i marked on the image. they react now some centimeters above the boxes…

    screen-capture-33.png

    Roman
    Spectator
    Posts: 3147
    23.07.2014 at 12:44 #10245

    updated the code

    Code:
    .home .page-title {clear:both;position:relative;z-index:0;}
    @media only screen and (min-width: 800px){.home .page-title {top:-15px;}}
    .ei-slider {z-index:1;}
    #wrapper .page-title-container {padding:0px!important;}

    Markus Wiengarn
    Spectator
    Posts: 6
    23.07.2014 at 13:01 #10246

    great thx!