Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author terrathemes

    (@terrathemes)

    Hi,

    please try this CSS:

    @media only screen and (max-width: 767px) {
      .topbar .social-nav ul {
        padding-left: 0;
      }
      .topbar .social-nav ul li:first-child {
        padding-left: 0;
      }
    }
    Thread Starter gokh

    (@gokh)

    Hi,

    Yes, okay social icons.
    Logo alignment 1 line alignment?

    Thank you

    Theme Author terrathemes

    (@terrathemes)

    You have two CSS rules in a media query for (min-width: 480px) that you just have to use for smaller screens too:

    .custom-logo-link {
    	float: left;
    }
    .custom-logo-text {
    	float: left;
    	margin-left: 20px;
    	padding-top: 10px;
    }
    • This reply was modified 4 years, 4 months ago by terrathemes.
    Thread Starter gokh

    (@gokh)

    Hi,

    Yeah, I got it good.

    Thank you so much..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile view alignment’ is closed to new replies.