Jump to content

[SOLVED] Store contact information block not aligned with My account block and CMS block in footer


Recommended Posts

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 by vmarkovic (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 3 months later...

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

×
×
  • Create New...