Replicating Background Image Demo

Home Forums Gillion Theme Replicating Background Image Demo

Home Forums Gillion Theme Replicating Background Image Demo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • javanpa
    Participant

    I’m trying to replicate the background image demo. I’ve been able to get most of the settings set but for some reason I can’t get the header to not be attached to the top of the page. What setting am I supposed to be using to produce the effect of the header not being attached to the top and the background image showing above it. Also, I haven’t found the way to set the content box to have rounded corners like it does in your demo. These may be related. If you could point me in the right direction, I would appreciate it.

    Attachments:
    You must be logged in to view attached files.

    Hi @javanpa,

     

    I hope you are well today and thank you for your question.

     

    I visited your shared website and it seems you managed to achieve it as displayed in the attached screenshot.

     

    Please advise.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    javanpa
    Participant

    Yes. I re-imported the demo and it appears to have worked correctly the second time. My only guess was that it didn’t fully import the firs time. I do have that issue resolved but do have one question. Is there any way to reduce the top padding on the mobile rendering of the site. The top padding is great in a typical browser but excessive in mobile.

     Is there any way to reduce the top padding on the mobile rendering of the site. The top padding is great in a typical browser but excessive in mobile.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 900px) {
    body div#page-container {
    margin-top: 30px !important;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)