Hi
The joomla template come from joomlabamboo and is name is
rasa2
. The both website url use rasa2 that is base on
zengrid
. The social content /Layout is a
HKS social plugin
with many enhancements refer to the
changelog history
.
if javascript is disable "tweet "and "pin it " appear both at right location and non alingment problem appear.if javascript is enable ; 2 new icons appear and there right align each other ( green line) but modify 2 parameters :
1) the 2 default button are push bottom direction with different distance refer to horizontal line ( ( vertical baseline issue ?)
2) the two news button ( G and facebook) seem align refer to pinit button but not Tweet ( green line)
the tweeter icon is raster
the google button icon is an iframe with svg image !!!
there is dynamic javascript that disturb me when study HTML /css code so i need to disable javascript ( put a javascript breakpoint "anywhere") . So the 2 new icon is handle by javascript and iframe with raster image or SVG .
The issue seem to be locate at
-the layout box around the tweeter icon
-the file name templates/rasa2/css/theme.veggievore.css
-the line 930 for css name and propertied/value img { vertical-align: middle }
disable it /remove it and vertical ll be ok
what I don't know is the context of this CSS properties , does properties attach to img selector ll apply to all img instance in the dom /iframe ? Here a capture screen before and after disbale vertical-align properties
As always a change of this css properties can create new issue iin another position or page !!
You have to check / takecare of this behaviour
It is strange that this vertical aligment attach to twitter layout don't apply when i disable javascript ?
rasa2 team must know why !! Does vertical-aligment is a dynamic CSS properties value handle by javascript rasa2 template ??
NB It ll be nice to have the answer from them and post in this forum ( i l l do some test if i have time )
regard's