Responsive for Mobile moves Logo

Support Area Forums Agency Responsive for Mobile moves Logo

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #12585
    Ben Wallace
    Participant

    Hi,

    Take a look at http://www.cjriley.com on mobile… it moves the logo up and half out of view… any thoughts?

    #12587
    Bill Robbins
    Moderator

    Ben,

    I see what you mean. Let’s do this:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      @media only screen and (max-width: 767px) {
      
      	#logo {
      		top: 0;
      		left: auto;
      	}	
      	
      }
      
    3. Update your settings.

    That should do it. Let me know if you have any trouble,
    Bill

    #12620
    Ben Wallace
    Participant

    Worked perfectly, thanks Bill!

    #12621
    Bill Robbins
    Moderator

    Fantastic. Enjoy your weekend and let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Responsive for Mobile moves Logo’ is closed to new replies.