Uncustomizable white bar across page

Home Forums Jevelin Theme Uncustomizable white bar across page

Home Forums Jevelin Theme Uncustomizable white bar across page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • chudancha
    Participant

    I have a white bar that looks like stray padding or margin. There is currently no sections or elements on this page, so that’s not what’s causing it. Some sort of default padding? Ive gone through so many options trying to make this transparent or gone completely (that’s why everything is odd colors). It doesn’t seem to be header and titlebar is turned off.

    ITs a pretty barebones site, intended to have a simple accordion and maybe one text box.  I honestly thought i had this fixed but it seemed to come back as another problem. If i add a section and reduce its padding to zero, it still stays.

    Ultimately i would like all the white space to be transparent.

    • This topic was modified 4 years, 3 months ago by chudancha.
    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @chudancha,

     

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

     

    It is a default padding of the page that you can remove 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

     

    #wrapper > .sh-page-layout-default {
        padding: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    chudancha
    Participant

    Well I’m impressed, thank you! Problem solved.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)