I'm having issues with the footer!

Home Forums Jevelin Theme I'm having issues with the footer!

Home Forums Jevelin Theme I'm having issues with the footer!

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

    I love this theme! I am currently tweaking my new blog site, and I’m having trouble with the footer in my layout. It’s not spanning across the width of the page with the sidebar on the left. I could use some help!

     

    Also I was wondering how to remove the shopping cart from the sidebar on the homepage.

     

    Thanks in advance!

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

    Hi @corey,

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

     

    Could you please share me your site URL where it’s happening so that i can troubleshoot it and help you?

     

    Best regards,
    Shufflehound team

    corey
    Participant

    The URL is live at 90scritic.com. The issue is occurring on the homepage. Thanks!

    Solution for this topic

    You can resolve this issue 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 (min-width: 1100px){
    .sh-header-in-side .sh-footer {
        padding-left: 0;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)