• Closed
  • Markus Wiengarn
    Spectator
    July 21, 2014 at 4:05 pm #8545

    the page title bar text is aligned to center when adding elastic slider to the page. how can i align the title left, like on every other page?

    http://www.mare-balticum.org

    thx

    Roman
    Spectator
    Posts: 3147
    July 21, 2014 at 7:01 pm #10230

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

    Markus Wiengarn
    Spectator
    Posts: 6
    July 21, 2014 at 8:12 pm #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
    July 21, 2014 at 8:23 pm #10232

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

    Roman
    Spectator
    Posts: 3147
    July 21, 2014 at 9:04 pm #10233

    try insert this in the Custom CSS section:

    Code:
    .page-title {clear:both;}
    Markus Wiengarn
    Spectator
    Posts: 6
    July 22, 2014 at 2:55 pm #10237

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

    Roman
    Spectator
    Posts: 3147
    July 22, 2014 at 4:52 pm #10241

    I updated the CSS:

    Code:
    .home .page-title {clear:both;top:-15px;position:relative;}
    Markus Wiengarn
    Spectator
    Posts: 6
    July 23, 2014 at 9:32 am #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
    July 23, 2014 at 12:44 pm #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
    July 23, 2014 at 1:01 pm #10246

    great thx!