• sky4810

    (@sky4810)


    How can I reduce the width of the article area?
    Thanks for any reply

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @sky4810 ,

    We appreciate you writing in,

    Could you try adding the CSS code give below by going to Appearance > Customize > Additional CSS?

    .single #content .post {
        width: 80%;
        margin: 0 auto;
    }

    Hope this helps.

    Regards,
    ThemeGrill Support Team

    Thread Starter sky4810

    (@sky4810)

    Thanks for the reply.
    ow can I not reduce the area for mobile devices?

    Hey @sky4810 ,

    The code that we provided should work on both mobile devices and desktops. Have you checked it on your mobile devices as well?

    Regards,
    ThemeGrill Suppor Team

    Thread Starter sky4810

    (@sky4810)

    I wish the code would only work on desktops.

    Hey @sky4810 ,

    Could you please delete the CSS that we provided before and add the one given below then?

    @media screen and (min-width: 768px){
    .single #content .post {
        width: 80%;
        margin: 0 auto;
    }
    }

    Hope this helps

    Regards,
    ThemeGrill Support Team

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reduce the width of the article area’ is closed to new replies.