Connection of Mainpage and Portfolio is not centred

  • Unknown's avatar

    Hello I have a huge problem on my main site. The main site and the portfolio under the main site are connected with 5 stars, but they are not centred. Has anybody an idea or is able to repair that?

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I’m seeing the stars centered on your main page in Safari, Firefox and Chrome. Did you get this issue resolved? If not, can you take a screenshot of the issue and upload it to your media library and also let me know what browser and browser version you are seeing this issue on?

  • Unknown's avatar

    Thanks for your answer. It is centred but if you look precise, you see it is not completely centred. I am a graphic designer doing my masters and my proffessors have seen that directly… there must be a little bug in the code… do you know how to check that?

    thanks and greets

  • Unknown's avatar

    Hi, sorry, I now see what you mean. It isn’t a bug. When you add letter spacing it adds the spacing to all the letters, including the last one, which is what is shifting things to the left. We can’t apply letter spacing to only some of the letters, so about all we can do is add the following to your .home .page-content::after CSS rule and bring it back to the right by half the amount of the letter spacing addition.

    position: relative;
    right: -13px;

    Hopefully they won’t doc you for things being off by a half pixel (13 vs. 12.5). Of course you could increase the letter spacing to 26px instead.

  • The topic ‘Connection of Mainpage and Portfolio is not centred’ is closed to new replies.