Home Forums Retail Pro Top footer issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12314
    Ilay
    Participant

    I put 2 images in the top footer.

    I want it to be horizontal instead of being vertical.

    how do I do it?

    #12316
    Andy
    Keymaster
    #above-footer .widget_media_image {
        display: inline-block;
    }
    #12317
    Ilay
    Participant

    and how do I put a little bit space between the photos?

    #12323
    Andy
    Keymaster
    #above-footer .widget_media_image {
        display: inline-block;
        margin: 1em;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Top footer issue’ is closed to new replies.