Center Align Footer Widget Content (Image, Text, …)

  • Author
    Posts
  • #68400
    drwolfsherz
    Power User

    Hello dear people of Cryout Creations,

    I really hope you can assist me with this. I would like to add a centered Image and centered Text Widget to my First Footer Section. Unfortunately, regardless of what I do, both end up aligned to the left. Changing the alignment of the image to centered does not change anything. And for text there is no option to change alignment in the Widget Editor. So I think this has to be done with CSS supplement for both elements.

    Please share the knowledge how to achieve this. Thank you!

    Website: drwolfsherz.net

    #68508
    Zed
    Cryout Creations mastermind

    Try this CSS:

    #footer-widget-area {
        text-align: center;
    }

    Make sure you clear the site cache if it doesn’t work.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #68514
    drwolfsherz
    Power User

    I added this to the custom-css of the Nirvana-Settings.
    https://i.imgur.com/lvrwRUf.png

    And I cleread the cache. Unfortunately it does not work.

    Image and Text are both on the left side still.


    Edit: Never mind. It did the trick. I forgot the closing “}” in the other custom-css.

    Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Center Align Footer Widget Content (Image, Text, …)’ is closed to new replies.