• Closed
  • Raw
    Spectator
    June 2, 2017 at 11:50 am #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
    June 3, 2017 at 9:38 am #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
    June 4, 2017 at 3:09 am #33926
    This reply has been marked as private.
    Raw
    Spectator
    Posts: 7
    June 4, 2017 at 11:02 pm #33939

    Any help out there?

    Priyank
    Spectator
    Posts: 747
    June 5, 2017 at 2:57 pm #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
    June 5, 2017 at 5:04 pm #33948
    This reply has been marked as private.
    Raw
    Spectator
    Posts: 7
    June 5, 2017 at 7:52 pm #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
    June 6, 2017 at 10:16 am #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