• Resolved siddkhar

    (@siddkhar)


    There should be an option to center the website so that it looks neat, especially on mobile phones.

    Can the same thing be done in css?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @siddkhar,

    To center the website url on mobile please add the following code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 600px) {
    .saboxplugin-wrap .saboxplugin-web {
        text-align: center;
    }
    }

    All the best,
    Mihaela

    Thread Starter siddkhar

    (@siddkhar)

    Great! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center align author website.’ is closed to new replies.