• Resolved greku69

    (@greku69)


    Hi guys
    Hope you can help me … I was trying to make page wider so I can have 4 or 5 column in portfolio page on my site …at the moment I select 4 column but only 3 is display…
    Thanks for your help

    Website : foresthillphotography.co.uk

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Install this plugin: https://www.ads-software.com/plugins/custom-css-manager-plugin

    Then in that plugin’s section of the dashboard add this:

    @media screen and ( min-width: 600px ) {
     .page-id-6 #primary {
      max-width: 952px;
     }
    
     .page-id-6 #primary,
     .page-id-6 .hentry {
      width: auto;
     }
    }

    Thread Starter greku69

    (@greku69)

    Hi Andrew
    Thanks for quick reply, I did what you tell but looks like this did not help…i dont see any changes not on my ipad anyway , I will check on computer in the morning.
    Thanks

    Thread Starter greku69

    (@greku69)

    Hi Andrew
    it is working in Safari on normal computer…
    thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In that case try reducing the “min-width” value in the media query, to say, 320px. E.g,

    @media screen and ( min-width: 320px ) {
     .page-id-6 #primary {
      max-width: 952px;
     }
    
     .page-id-6 #primary,
     .page-id-6 .hentry {
      width: auto;
     }
    }

    Thread Starter greku69

    (@greku69)

    thanks Andrew

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make theme wider …’ is closed to new replies.