Home>Support>Can see other template behind template page!

Can see other template behind template page!

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Help! You can see the previous template behind my new site origin page. See the white old template at the top and bottom on the screenshots below?

https://drive.google.com/open?id=0B-RidIaJt2LOLTBuZ2tiQUoyeTQ

https://drive.google.com/open?id=0B-RidIaJt2LOQWo1QWc3UFVET1k

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi Blhagan,

    Preface: I’m unable to view your Google Drive links due to not having permission.

    Do you have a public URL where I can take a look over your markup? This should allow me to try and come up with some CSS to remove the theme elements?

  2. 8 years, 6 months ago blhagan

    It’s not as noticeable right now because I moved the image and video up but, when the second hero module is first, there is white space above it. http://shop.promotiondance.com/shop/

  3. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi Blhagan,

    I suspect I need to see the images to get an idea of what you’re referring too. As such, I’ve requested access to the files via Google Drive – my email is an @siteorigin.com email address.

    Are you referring to this blank space?

    If so, uou can remove that with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .siteorigin-panels .post-inner-content {
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    }
    

    That’ll remove the general padding on the content area. The page title is actually white for whatever reason. Do you wish to retain that or would you like to remove that also?

    If you wish to remove it, add the following CSS:

    .post-140 .entry-header {
    	display: none;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  4. 8 years, 6 months ago blhagan

    Alex,

    I shared the images with you. I also downloaded the CSS editor for site origin and tried the CSS you suggested (I am not a developer or designer by the way) so I have no idea what I'm doing. It didn't work but I'm 99% sure it's user error. Can you help?

  5. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi Blhagan,

    Sorry for the delay – I couldn’t actually find this thread again. :(

    So the images basically confirm this as a theme related spacing issue. The theme applies spacing that you would rather not be present so to resolve this, you’ll need to override it. The previously provided solution will allow you to do exactly that, however, you’ve made a mistake with the copied CSS and as a result, it doesn’t work.

    Please navigate to WP AdminAppearanceCustom CSS and change your CSS from:

    .siteorigin-panels .post-inner-content {
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    .post-140 .entry-header {
    	display: none;
    

    To:

    .siteorigin-panels .post-inner-content {
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    }
    .post-140 .entry-header {
    	display: none;
    }
    

    (note the right bracket)

    Let me know how that looks mate.

  6. 8 years, 5 months ago blhagan

    Hi Alex,

    Thank you so much! I made the switch to the css, but it seems it's still has some white space. See screenshot

  7. 8 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Blhagan,

    Please note that we’re unable to process attachments at this time. Can you please upload the screenshot to a third party image hosting site such as vgy.me or imgur?

    Regardless, try adding the following CSS to WP AdminAppearanceCustom CSS:

    .post-140 .entry-content {
    	margin-top: 0;
    }
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More