• Resolved opvelp

    (@opvelp)


    Hello,
    Plugin works like a charm, but stretches too wide actually, compared to the rest of my site. Is there a way to determine a custom width, less than 100%?
    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nikhil Chavan

    (@nikschavan)

    Yes, This is possible to change the width using custom CSS.
    The custom CSS will depend on the template that you are using.

    Right now you are not using templates created using this plugin on the page that you have linked. Can you give me a URL where you have used this template so that I can give you a CSS that you can add on yout site?

    Thread Starter opvelp

    (@opvelp)

    Just reactivated the plugin and applied it to this page. Thanks in advance for the extra CSS. I’m not terribly experienced with this, so if I can’t add the code via Customize / Additional CSS, you’ll need to be quite expliciet about where the extra code should go.
    Thank you!

    Plugin Author Nikhil Chavan

    (@nikschavan)

    Here is the CSS that you need –

    
    .page-template-template-page-builder-no-sidebar #content {
        max-width: 80%;
        margin: 0 auto;
    }
    

    In this you can change the value of max-width as per your liking. This can also take values in px for example – 1200px

    Here is a doc which explains about adding custom CSS to your site – https://wpastra.com/docs/adding-custom-css-code/

    Thread Starter opvelp

    (@opvelp)

    Works like a charm – THANK YOU!!!

    This is a great addition to your plugin – worth publicizing better. 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom width?’ is closed to new replies.