[Theme: Mayashop] CSS Help Removing Margin on page id
-
I’m using Mayashop and the specific page is https://www.graciesgearandtraing.com/kickstarter
I’d like to get a similar look and feel on this page to https://www.flintandtinderusa.com/pages/kickstarter-frame
So without too much effort, I was hoping to accomplish this with a little css reformatting and some quick page edits. I currently have the following mods on the page.
.page-id-543 #header img {display:none}
.page-id-543 #nav
.page-id-543 #header {display:none}
.page-id-543 #top {display:none}
.page-id-543 #minicart {display:none}
.page-id-543 #post-543 {margin-left:10px}I can’t figure out what I’m missing to flush the iframe inside the white content space. There’s a margin I can’t remove on the left side. Any help is greatly appreciated. I’m trying the following;
.page-id-543 #inner group {padding: 0; margin: 0;}
.page-id-543 #group {padding: 0; margin: 0;}
- The topic ‘[Theme: Mayashop] CSS Help Removing Margin on page id’ is closed to new replies.