adjust width of top left vertical body background vs. text/images/element
-
Seeking guidance to prevent body background from bleeding into the text on devices w/ various screen sizes.
I am a novice @ code. The desired white space as a buffer is ideal @ 90% using the zoom feature in any browser. The body background merges w/ the text @ 100% and looks terrible. It is my understanding that zooms are not reliable.
I followed the instructions from a similar post two years ago but it did not resolve the matter. Curious if there is code I could implement to make it universal or whether this is a project out of my league.
Find the CSS below:
{
backgroundi-mage:https://thewholisticedge.com/wpcontent
/uploads/2012/05
/suffusion-black.jpg;
background-repeat: repeat-y;
background-attachment: fixed;
background-position: top left;
}Thank you!
- The topic ‘adjust width of top left vertical body background vs. text/images/element’ is closed to new replies.