Site logo

[Support request] How to increase the width on mobile in gp?

Home Forums Support [Support request] How to increase the width on mobile in gp?

Home Forums Support How to increase the width on mobile in gp?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2409575
    Lizzy

    Hello,

    I am having an add company setup their adss on my website https://everythingverysmall.com

    they ask the following:

    “While our team has been making final adjustments to your ad strategy, they did notice the width of your content on mobile is only 315px. If you are able to increase the width to 320px, this will allow us to fill a greater variety of ads and will help increase your revenue. Currently we can only fill the 300x250px sized ads. Having the option to fill more than just the 300×250 will provide a lot of value. ”

    I cant seem to find how I can change this in my theme, can you help please?
    thanks
    regards,
    Lizzy

    #2409804
    David
    Staff
    Customer Support

    Hi there,

    on small devices the content width will be defined by:

    The width of viewport minus the left and right padding set in the Customizer > Layout > Container.
    So you can reduce the left and right padding for mobile to increase its width.

    But you also have this custom CSS on your site:

    @media only screen and (max-width: 768px) {
        .single-post .inside-article {
            padding: 23px !important;
        }
    }

    Which is overriding the customizer padding for single posts.
    If you want to keep that, then you can change it like so: padding: 23px 12px !important; – the first value will be top and bottom, and the second value is left and right.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.