Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Expand the width of your media queries CSS code to 768px.

    Thread Starter mb

    (@ukparknews)

    Hi Andrew – could you be a bit more specific about which line of code to edit?

    [ 830 lines of CSS redacted. Please just post a link to your site with that CSS or use pastebin.com instead. ]

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you provide a link to your site instead?

    Thread Starter mb

    (@ukparknews)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a space to add Custom CSS without modifying the theme’s files?
    Add this;

    .logo img {
     max-width: 100%;
    }

    Thread Starter mb

    (@ukparknews)

    The CSS is all contained within my responsive.css file.
    I assume you’re referring to that location?
    There’s a couple of logo references in that file:

    This code resides in the tablet query:

    /* Tablet Portrait size to standard 960 (devices and browsers) */
        @media only screen and (min-width: 480px) and (max-width: 767px) {
    /*The Logo */
    	     #header .logo {
    	      float:none;
    	      text-align: center;
    	      }
    	      #header .logo img {
    		     max-width: 440px;
    		     height: auto;

    I’ve amended the 440px value to 100% but it has no effect.
    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please undo your change to the theme’s files.
    Download and install this Custom CSS Manager plugin and use its allocated section of the dashboard to hold the CSS I recommended.

    Thread Starter mb

    (@ukparknews)

    Superb, worked a treat.

    Really appreciate your help Andrew.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Responsive Logo Issue – iPad Only’ is closed to new replies.