My image verification is showing up on the next line and not next to the input box. I think this looks awkward and not very user friendly. How can I fix?
Here is the page:
http://66.147.242.87/~brescome/worldwidewines/index.php?option=com_content&view=article&id=13&Itemid=4
Here is the same form on a sister site and it displays correctly:
http://66.147.242.87/~brescome/index.php?option=com_content&view=article&id=9&Itemid=4
Here is the page:
http://66.147.242.87/~brescome/worldwidewines/index.php?option=com_content&view=article&id=13&Itemid=4
Here is the same form on a sister site and it displays correctly:
http://66.147.242.87/~brescome/index.php?option=com_content&view=article&id=9&Itemid=4
Sorry, you need to confirm that you are 21 on that initial page and then once you are in the site, click on the Become a Customer link in the main nav.
Hi keithck73,
Sorry, I've had a good hunt around and I can't see any differences in the code or the CSS that would explain that shift :-(
Bob
Sorry, I've had a good hunt around and I can't see any differences in the code or the CSS that would explain that shift :-(
Bob
Yeah, me neither.
Very frustrating.
Thanks for taking a look though. I appreciate it.
Very frustrating.
Thanks for taking a look though. I appreciate it.
Hi Keithck73 & Bob,
The issue is due to the image element being displayed as a block element, rather than an inline element.
From http://66.147.242.87/~brescome/worldwidewines/templates/bb/css/all.css line 243:
/Fredrik
The issue is due to the image element being displayed as a block element, rather than an inline element.
From http://66.147.242.87/~brescome/worldwidewines/templates/bb/css/all.css line 243:
.columnsholder img {
display:block;
}
/Fredrik
This topic is locked and no more replies can be posted.