Aligning Images/Adding Space in Extra Text Field

  • Author
    Posts
  • #33876
    Katie

    I have added three images to my extra text field under the columns on my presentation page. I added two &nbsp tags in between each image and the spacing looked okay, however the tags showed up on my website in both Firefox and IE, so I searched the forum and saw that oen fix was to use this declaration:

    #frontpage blockquote img
    {margin-left: auto; margin-right: auto; }

    I added this to the Custom CSS field under Miscellaneous Settings in Mantra Settings but that didn’t work.

    I am not CSS savvy, but can edit the stylesheet if need be, although I understand that the changes I make the stylesheet will be lost in any updates.

    I have really been enjoying this forum. Thank you so much for all the great support here!

    #33894
    Zed
    Cryout Creations mastermind

    If you want to center the images in the area, apply text alignment on the area itself:

    #front-text3 blockquote {
        text-align: center;
    }

    For spacing, see the other topic and double-check that you are entering   (including the semicolon).


    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.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Aligning Images/Adding Space in Extra Text Field’ is closed to new replies.