Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43677
    Stephane
    Member

    Hi,
    I inserted a logo on the top left corner.
    As it is quite tall, the site title and tagline are not centered vertically anymore…
    Could you please tell me how to move them down?
    Cheers,
    Stéphane

    #43685
    Sakin
    Keymaster

    @Stephane: I need your site URL to check in how tall image that you have added in. Then I can give you suggestions and solution.

    #43688
    Stephane
    Member

    Hi Sakin,

    I used a plugin in the meantime to change the position of the text.
    Nevertheless, it is not very good on the iPhone (spacing between line is too small for the title and too big for the tagline…

    my url is http://stoleo.eu/Blog_Stoleo/

    Cheers,
    Stéphane

    #43691
    Sakin
    Keymaster

    Hi Stéphane,

    When you add the font size, make sure you adjust it in your mobile devices as well. Otherwise, you can just use the font size only for bog screen with condition like this

    /* Only for scrensize above 960px */
    @media screen and (min-width: 961px) {	
    #site-title { 
        padding-top: 20px;
    }
    .site-title a {
        font-family: 'FrederickatheGreatRegular', sans-serif;
        font-size: 54px;
    }
    }

    Regards,
    Sakin

    #43692
    Stephane
    Member

    Thanks Sakin,

    Not sure that I explained it properly.
    Sorry about this.

    In fact, the font size is ok, but the space between the lines is not ok.
    If you look at it from an iPhone, the text “Le Blog de Stoleo” is seen on 2 lines and the second line touches the first one.
    At the same time, the text “Ré-inventez la cuisine au beurre” has a uge gap between its 2 lines.

    Last but not least, if I have to add the lines that you gave me above, where should I insert them (as you understood, I’m quite a noob for coding).

    Cheers,
    Stéphane

    #43709
    Sakin
    Keymaster

    Hi Stéphane,

    Your site is not opening at this time to check from my mobile. Yes, I know that your site has issue with the font size the plugin from where you have added the site for site title. It added the fixed size and not responsive size. So, I recommended you to remove that custom size from your plugin and add the css that I have you, which has size css.

    Regards,
    Sakin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Site Title and Tagline not centered verticaly’ is closed to new replies.