Jump to content

logo position change when language changed


Recommended Posts

hello already replied somewhere on forum for your question, but here it is, my answer

 

without possibility to inspect it it's hard to say what's going on there

it will be much easier if you will share url to your shop :-)

Link to comment
Share on other sites

This is probably because hebrew is rtl language and logo image is treated as link.

 

Add this at the end of yourdomain.com/themes/default-bootstrap/css/global.css:

#header_logo img{
    float:left;
}

This should fix it.

Link to comment
Share on other sites

what theme what website what ps version?

triple "what" ;)

version 1.6.0.6

 

 

Quadrupal ;)

 

to:abolfazl - As Vekia said, it would be best to get at least the URL. In default theme a simple

#header_logo{display:none}

should be sufficient..

Copy #header_logo{display:none} where?

Edited by abolfazl-m (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...