bedankjes Posted July 7, 2011 Share Posted July 7, 2011 Hello, I am making a joomla website and within a module position I am trying to align some images vertically on the bottom. However, I cannot seem to make this work. Attached a screendump, the issue is with the facebook and twitter icon right above. They need to be aligned just above the follow us text. Thank you in advance for the answer! Kind regards, Roy [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/241365-vertical-align-images-in-div/ Share on other sites More sharing options...
cags Posted July 8, 2011 Share Posted July 8, 2011 Wrap the two icons in a div, give it position: absolute and bottom:0, then make sure that the page 'container' div has position: relative, should place it in the right place. Link to comment https://forums.phpfreaks.com/topic/241365-vertical-align-images-in-div/#findComment-1240195 Share on other sites More sharing options...
cssfreakie Posted July 8, 2011 Share Posted July 8, 2011 in addition to cags advice, in joomla you can add a suffix to the module in the backend. that way you can target it separately from other modules loaded in the same position from your external stylesheet Link to comment https://forums.phpfreaks.com/topic/241365-vertical-align-images-in-div/#findComment-1240297 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.