- This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Top footer issue’ is closed to new replies.
Home › Forums › Retail Pro › Top footer issue
I put 2 images in the top footer.
I want it to be horizontal instead of being vertical.
how do I do it?
#above-footer .widget_media_image {
display: inline-block;
}
and how do I put a little bit space between the photos?
#above-footer .widget_media_image {
display: inline-block;
margin: 1em;
}