• Closed
  • Raw
    Spectator
    02.06.2017 at 11:50 #33916

    I need to lower the header / site identity / site title string to be aligned with the center of my logo on the right side near the last menu item…

    Priyank
    Spectator
    Posts: 747
    03.06.2017 at 09:38 #33920

    Hello

    Share your site URL need to check first then after I can give you any solution.
    If possible create screenshot with mark on this which element where to align and share with us in private reply.
    We will try to provide all possible help.

    Thank you

    Raw
    Spectator
    Posts: 7
    04.06.2017 at 03:09 #33926
    This reply has been marked as private.
    Raw
    Spectator
    Posts: 7
    04.06.2017 at 23:02 #33939

    Any help out there?

    Priyank
    Spectator
    Posts: 747
    05.06.2017 at 14:57 #33940

    Hello

    Add below code in your custom css option, it will move your tagline to right side.

    .title-container #tagline {
    float: right;
    }

    Thank you

    Raw
    Spectator
    Posts: 7
    05.06.2017 at 17:04 #33948
    This reply has been marked as private.
    Raw
    Spectator
    Posts: 7
    05.06.2017 at 19:52 #33952

    Thanks that works but it is too far to the right and looks off center in mobile view. Can I turn off the tagline for mobile view or adjust the position to exactly where I want using padding or something? I don’t know how to do that…
    Here the https://finchcom.com/v1/

    pw is 007007007

    Priyank
    Spectator
    Posts: 747
    06.06.2017 at 10:16 #33955

    Hello

    Please remove style which I send you last time,
    Add below style in custom css option:

    .title-container #tagline {
    position: relative;
    text-align: center;
    }

    Thank you