Okay
  Public Ticket #868942
Width of objects on post pages...
Closed

Comments

  •  1
    eugqua started the conversation

    Hello,

    Please, take a look at this page:
    http://ods.reklick.com/dubrovnik-wedding-planner-yes-i-du/

    Disquss plugin is stretched full page, although the site is boxed.
    I can't find control for this.
    The only "boxed-full screen" control I've found is actually for featured image, Kallium-->Blog settings --> Single page --Featured image placement, however, when I change Full width / boxed, nothing happens and image is always boxed.

    Am I doing something terribly wrong?

  •  1,558
    Laborator replied

    Hi eugqua,

    Use the following CSS in your Custom CSS area to fix this:

    div#disqus_thread {
        width: 1140px;
        margin: 0 auto !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    eugqua replied

    Great, thnx.

    Ok, so, i should do the same with any other eventual plugin, or is there any other CSS that would do so for any other content?

    Also, regarding images and WP settings--->Media, what is recommended thumbnail/medium/large size?

  •  1,558
    Laborator replied

    Hi there,

    For other plugins you will need another CSS as each of them has its own classes and ID's to access them.

    Regarding the image sizes, it depends on how you want to show your images in what resolution, there is no recommended size for it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group