Archived topic
side by side vs stacked images in footer bar
5 replies · Started by Forum User on September 28, 2018
Is there any way to place small images side by side in the footer bar rather than it automatically stacking them in the monitor view? I have currently used just one image that includes both items and linked it to open an email, but I would like to allow for clicking on a "call now" image and have it open up a dialer and an "email us" open an email with 2 separate images.
Hi there
any reason not to use the footer widgets instead of the footer bar?
Well, the problem came down to color, I think. I suppose I can try again.
Thank you for the super fast response, btw. Your product is impressive and incredibly helpful for building my website.
So I fixed the color issue and have two footer widgets one image in each, side-by-side, but it seems the images are left aligned only. Is there a way to center them?
Found the following css which seems to have sorted that out.
.inside-footer-widgets {
text-align: center;
}
That looks great :) glad you found the solution