• I am trying to find a simple fix.
    On one of my pages I have some videos placed using shortcode ultimate
    The title text over it is placed just using the editor.

    The problem is that the text is always off center. It is much worse in safari.
    I suspect there is an easy html fix that I can’t figure out.
    Can anyone help?
    https://sourcewavehealing.com/case/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks OK to me in FF, Chrome, Safari, IE so you must have something local.

    Did you try clearing your cache? (Ctrl+F5 in Windows; Apple+R or Cmd+R in Mac).

    Thread Starter davidnospam911

    (@davidnospam911)

    When the page gets expanded to full screen it is noticeable. I think it has something to do with the video placing with shortcut ultimate.

    I wish Customizr had better layout options or I knew a reliable plugin to place video etc.

    I used the color code #FAFAFA you gave me(thank you) in the other thread to create a image to place on the page.
    I can’t seem the html code to move the box to the right or some how create a permanent alignment with the lower boxes.

    I’m using 1920px monitor and don’t see off-center. However, the 1st title (Arlene) is offset to the 2nd/3rd. To fix that and align the top of the videos, I’ve used:

    h2 {
        min-height: 110px;
        margin-top: 10px !important;
    }

    Thread Starter davidnospam911

    (@davidnospam911)

    Thanks I’ll see what it does.
    What do you use to place videos? Do you just code it yourself?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘centering text on page’ is closed to new replies.