Jump to content

Adjust mobile logo


kmk

Recommended Posts

12 hours ago, kmk said:

Yes 

Follow the example : http://nimb.ws/S7t9Zi

And the code, this code will align to center the desktop version too.

#elLogo img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

To work only on mobile version, you need to setup a small rules, then copy and paste this code.

@media screen and (max-width: 767px){
#elLogo img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}}

I copy and paste this code on core_responsive.css file. Work fine.

http://nimb.ws/cbYXZP

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...