Home › Forums › Jevelin Theme › Body text too far left
Home › Forums › Jevelin Theme › Body text too far left
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
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
Here is the image. I don’t know the specific width size pictured
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; } }
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.