This topic has 1 reply, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #108687
     Reberholt
    Participant

    Hi Kleo.

    My logo is moved 100px to the right side, but its looks terribleĀ on the mobile.
    Can you guys fix it, so is css code invisible on the mobile theme?

    This is my CSS Code

    .logo img {

    margin-left: 95px !important;

     

    }

    #108879
     sharmstr
    Moderator
    COPY CODE
    
    @media (min-width: 991px) {
    .logo img {
    margin-left: 95px !important;
    }
    }
    

    You can adjust 991 to suit your site.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?