Skip to content

Instantly share code, notes, and snippets.

@askwpgirl
Last active October 31, 2023 19:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save askwpgirl/6787e80c80828121f54d506b2aa80790 to your computer and use it in GitHub Desktop.
Save askwpgirl/6787e80c80828121f54d506b2aa80790 to your computer and use it in GitHub Desktop.
Using Elementor with ThemeBlvd Themes
/* Add this CSS to your child theme or Appearance > Customize and choose Elementor Full Width for the page template */
.elementor-template-full-width .site-inner>.wrap {
max-width: none;
}
.elementor-template-full-width #main {
padding: 0;
}
.elementor-template-full-width #breadcrumbs {
display: none;
}
@media (max-width: 1199px) {
.elementor-template-full-width .site-inner > .wrap {
max-width: none;
padding-left: 0;
padding-right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment