Jump to content

Adjust mobile logo


kmk

Recommended Posts

Posted

Hey guys, sorry for this question, I try find it searching but nothing, I think is more faster and easy if someone can tell me again how I can adjust my logo, mobile version to center position, right by default is from left side.

Posted
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

Posted
14 hours ago, 403 - Forbideen said:

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

Thank, I use above code and fine, but not centered...

 

ipshelp1.png

Archived

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

  • Recently Browsing   0 members

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