Skip to content
View itsamoreh's full-sized avatar
Block or Report

Block or report itsamoreh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. block-theme-starter block-theme-starter Public

    Craft your next WordPress block theme with a simple foundation ◼️

    PHP 6

  2. Full height layouts in WordPress blo... Full height layouts in WordPress block themes from https://itsamoreh.dev/full-height-layouts-in-wordpress-block-themes/
    1
    /*
    2
    Global WordPress Layout
    3
    4
    Ensures that the footer is always at the bottom of
    5
    the page even if the page doesn't have enough content.
  3. itsamoreh.dev itsamoreh.dev Public

    WordPress block theme for my personal website and blog.

    PHP

  4. Fix for WordPress floated images goi... Fix for WordPress floated images going outside of contentSize area. Don't forget to change the calc values in the media query on line 35 to match your contentSize and gap. This file is PostCSS.
    1
    /* assets/css/alignments.css */
    2
    body {
    3
    	.is-layout-constrained {
    4
    		> .alignleft {
    5
    			margin: var(--wp--custom--spacing--gap);