vmarkovic Posted April 27, 2014 Share Posted April 27, 2014 (edited) Hi Guys,My Store contact information block in footer is not aligned with My account block and CMS block, how can I solve this?Site http://hejkupi.me/test/Here are my displayFooter module postions:Thanks in advance.Regards,Vedran Edited April 28, 2014 by vmarkovic (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 27, 2014 Share Posted April 27, 2014 from module .tpl file just remove id="block_contact_infos" 1 Link to comment Share on other sites More sharing options...
ZinC Posted April 28, 2014 Share Posted April 28, 2014 Try adding "padding-top:0px" to: .footer-container #footer #block_contact_infos { border-left: 1px solid #515151; } in themes/yourtheme/css/global.css 2 Link to comment Share on other sites More sharing options...
vmarkovic Posted April 28, 2014 Author Share Posted April 28, 2014 (edited) from module .tpl file just remove id="block_contact_infos" Hi Vekia, As always, thanks for your reply. I did tried this, but nothing happened. I am not sure if I did it right, below is my code, i removed id="block_contact_infos" as suggested: <!-- MODULE Block contact infos --> <div> <h4 class="title_block">{l s='Contact us' mod='blockcontactinfos'}</h4> <ul> {if $blockcontactinfos_company != ''}<li><strong>{$blockcontactinfos_company|escape:'html':'UTF-8'}</strong></li>{/if} {if $blockcontactinfos_address != ''}<li><pre>{$blockcontactinfos_address|escape:'html':'UTF-8'}</pre></li>{/if} {if $blockcontactinfos_phone != ''}<li>{l s='Tel' mod='blockcontactinfos'} {$blockcontactinfos_phone|escape:'html':'UTF-8'}</li>{/if} {if $blockcontactinfos_email != ''}<li>{l s='Email:' mod='blockcontactinfos'} {mailto address=$blockcontactinfos_email|escape:'html':'UTF-8' encode="hex"}</li>{/if} </ul> </div> <!-- /MODULE Block contact infos --> Try adding "padding-top:0px" to: .footer-container #footer #block_contact_infos { border-left: 1px solid #515151; } in themes/yourtheme/css/global.css Hi ZinC, Thanks for your reply. I did tried this and it worked, thank you very much Like you suggested, I added padding-top: 0px to global.css in line 6824. Here is the code: .footer-container #footer #block_contact_infos { border-left: 1px solid #515151; padding-top: 0px ; } I will mark this thread as [sOLVED] Edited April 28, 2014 by vmarkovic (see edit history) 1 Link to comment Share on other sites More sharing options...
Markaus Posted August 21, 2014 Share Posted August 21, 2014 from module .tpl file just remove id="block_contact_infos" Hi Vekia, I'm having a similar issue, look at my footer well.. categories ,information and my account is not aligned, look at the shot below.. but only on google chrome i'm having this problem.. other browser all is working perfect... and on opera i got it once and when refresh it ok.. , now on google chrome, when i log in or log out.. or when i change language to any other and then back to eng.. the footer become normal.. but when i refresh it become the same .. how to fix this? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts