• Resolved ma3ry

    (@ma3ry)


    In Customizer -> Layout -> Primary Navigation I have Navigation Alignment set to Centre with Navigation Location Float Right, but the images are aligning left. If I change to right in Customizer than they go to the right, and from there if I change to Centre, they go to Centre. I Publish, but as soon as I close Customizer they align left again.

    How can I made the images centre-align over the text please.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @ma3ry,

    Add the code below to the Additional CSS field in the Theme customizer.
    Go to Appearance-> Customize -> Additional CSS.

    .menu-image-hover-wrapper {
        text-align: center;
    }

    clear the cache and test again. Let me know if it worked.

    Thread Starter ma3ry

    (@ma3ry)

    Thank you. That worked perfectly!

    Much appreciated!

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. I’m glad it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to Center Images Over Text’ is closed to new replies.