Deprecated: A função get_currentuserinfo está obsoleta desde a versão 4.5.0! Em vez disso, use wp_get_current_user(). in /var/www/html/wp-includes/functions.php on line 5383

Responder a: Full-width page troubles

New Front PT Support Forums Kabuki Theme Support Full-width page troubles Responder a: Full-width page troubles

#6790
mmsatori
Mestre

Hey Christoph,

since the URL you’ve linked to is not a “project” post-type nor a custom post type in general, but a new page template, you should add a corresponding declaration for the #content element to stretch to 100% of width – to do this, you can add the new page layout to the declaration on line 537 of the theme’s “style.css” file, so it looks like this in total:

.page-template-page_full-width-php #content, 
.page-template-page_full-width-no-header-php #content, 
.page-template-page_portfolio-four-column-php #content, 
.page-template-page_portfolio-three-column-php #content, 
.page-template-page_portfolio-two-column-php #content, 
.page-template-page_portfolio-one-column-php #content,
.page-template-single-workshops-php #content  {
  width: 100%;
  padding: 0;
}

Sincerely,
Andrii / Satori Studio