Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello stedoge,
    Go to Appearance > Customize > Themes Options > Advanced Options > Custom CSS and paste the following code inside the box:

    @media only screen and (max-width:767px){
    header .site-branding {
     margin-left: 10px !important;
     }
     }
    
    @media only screen and (max-width:479px){
    header .site-branding {
     margin-left: 5px !important;
     }
     }

    You can change the value of margin-left to any suitable value.
    Let me know how it goes.

    Thread Starter stedoge

    (@stedoge)

    Ok…
    resolved..

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Brand image in mobile version’ is closed to new replies.