-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
26 lines (25 loc) · 959 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
Theme Name: Nordcom's WordPress Headless Theme for Betheme
Theme URI: https://github.com/NordcomInc/betheme-wordpress-headless-theme
GitHub Theme URI: https://github.com/NordcomInc/betheme-wordpress-headless-theme
Description: Turn your Betheme WordPress site headless while keeping all the functionality.
Version: 0.1.0
Author: Nordcom Group Inc.
Author URI: https://nordcom.io/
Template: betheme
Tags: Headless WordPress, Betheme, BeBuilder, Muffin Group
Text Domain: betheme-wordpress-headless-theme
Domain Path: /languages
License: MIT
License URI: https://github.com/NordcomInc/betheme-wordpress-headless-theme/blob/main/LICENSE
*/
body.embeded #main-content .mec-wrap {
margin: 0;
margin-top: 0;
}
body.embeded #Wrapper #main-content.mec-container {
padding-left: 0;
padding-right: 0;
padding: 0;
width: 100%;
}