Skip to content

Blask Theme: Fix the whitespace to the right of the site content area #6819

Open

Description

Quick summary

The sites using the Blask theme has whitespace to the right of the pages, and posts. It is being added by the theme because of the max-width added to the different screen sizes

If possible, please consider this theme for a FSE update.

Steps to reproduce

  1. Activate the Blask theme for your simple or Atomic site
  2. Check any page or post to find the white space added to the right.

Screenshot

Markup 2023-01-05 at 18 05 13

What you expected to happen

The white space should be equally spaced from both the sides and the extra blank space should be removed.

What actually happened

The theme adds white space to the right of a page/post.

Context

5835949-zd-woothemes

Platform (Simple, Atomic, or both?)

Simple, Atomic

Theme-specific issue?

No response

Browser, operating system and other notes

No response

Reproducibility

Consistent

Severity

None

Available workarounds?

No and the platform is unusable

Workaround details

For sites that allow additional CSS, we can change the max width to minimize the white space.

/* Change the max width of the site content || HC/ZD- | MM */
.hentry,
.hentry.page {
max-width: 90%;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions