Right borders not aligned

Home Forums Jevelin Theme Right borders not aligned

Home Forums Jevelin Theme Right borders not aligned

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • staterequirement
    Participant

    It seems as though the right-hand border of the page header does not align with the right border of the content on the page. The content seems to stick out from the side of the page.

     

    I have temporarily solved this issue by giving some content a 73px padding, which evens them out, but this creates a non-centered look on mobile.

     

    https://staterequirement.com/basics-of-insurance/

     

    The screenshot provided shows the buttons with 55px padding on the right side.

     

    This seems to be a sitewide issue, not just on this page.

     

    Could you please let me know if there is something in my custom CSS that is creating this issue, or if there is another problem that I am not aware of.

     

    Thank you for your help.

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

    Hi @staterequirement,

     

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

     

    It seems happening because of the following custom CSS code that you are using on your site so please remove it to resolve the issue.

    #content {
        padding-left: 3%;
        padding-right: 3%;
    }

     

    Best regards,
    Shufflehound team

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