• Resolved incwin3

    (@incwin3)


    Hi,

    Wondering how to increase our image size within the main content area.
    Currently any image uploaded gets scaled down to around 768px × 512px even if the original uploaded image is much larger. would like to display an image at about ~ 1200px x800px for example.

    Also, is it possible to lift the content more to the top since we disabled the logo image at the top of our page?

    Thank you!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ales

    (@alesmal)

    Hello, you can use this custom CSS to make the image bigger, it will also push the content more to top of the page

    .inner-content {
        max-width: 1200px;
        width: auto;
    }
    
    .cmp-subscribe {
        max-width: 100%;
        width: 500px;
        margin: 0 auto;
    }

    Ales

    Thread Starter incwin3

    (@incwin3)

    Thank you, that worked for us.

    Would it be possible to remove the link within the initial post?

    Thanks again, appreciate the speedy response!

    • This reply was modified 6 years, 2 months ago by incwin3.
    Plugin Author Ales

    (@alesmal)

    Do you mean here in the forums? Not sure about it!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Content box size css?’ is closed to new replies.