Body text too far left

Home Forums Jevelin Theme Body text too far left

Home Forums Jevelin Theme Body text too far left

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

    http://165.227.220.174/test-state-page/

    At about 960ish px wide on the browser, my text runs into the sharing buttons that live on the far right of the screen

    Hi @staterequirement,

     

    I hope you are well today and thanks for posting here.

     

    I visited your site on 960ish px wide on the browser but didn’t see any issue.

     

    Could you please share me the screenshot of the issue so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    staterequirement
    Participant

    Here is the image. I don’t know the specific width size pictured

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

    You can resolve 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 only screen and (max-width: 1100px) and (min-width: 990px){
    #page-container .container {
        max-width: 85%!important;
    }
    }

    staterequirement
    Participant

    I am working on a windows PC with Chrome and an older 4:3 19″ monitor.  The fix you gave works when the Chrome window is “minimized” and scaled down, but when the window is maximized, the fix does not work.

    Then please try increasing the value 1100px in the above CSS code or contact the plugin developer which displays those social sharing buttons.

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