How do I center the image and text in a shortlist Story Map detail pop-up?

2875
1
Jump to solution
09-03-2015 09:37 AM
ChayaBalsiger
Occasional Contributor

I have made changes to the css file to make the detail pop-up larger and move the font to be underneath the image.  How do I center the image and text in the pop-up?  Below is a screenshot of a portion of the code and the image and text that I need adjusted.StoryMapcss.png

0 Kudos
1 Solution

Accepted Solutions
MarkCooney
Occasional Contributor III

Hi Chaya,

You will need to remove the float: left settings, and add margin: 0 auto;

-Mark

View solution in original post

0 Kudos
1 Reply
MarkCooney
Occasional Contributor III

Hi Chaya,

You will need to remove the float: left settings, and add margin: 0 auto;

-Mark

0 Kudos