asanchez Posted August 1, 2021 Posted August 1, 2021 Site URL: https://asanchez-art.com/ Hello! If theres a better sub-forum for this question please let me know. As you can see in the attatched, my landing page image doesn't keep center going from mobile to desktop and its driving me crazy. I have created the image to be on center where the two images meet, to be split between the two buttons. Alternatively, would it be easier to just push those buttons away from eachother, and if so how could I achieve that? site password is cubecosmos if that is needed
tuanphan Posted August 3, 2021 Posted August 3, 2021 H On 8/1/2021 at 10:52 AM, asanchez said: Site URL: https://asanchez-art.com/ Hello! If theres a better sub-forum for this question please let me know. As you can see in the attatched, my landing page image doesn't keep center going from mobile to desktop and its driving me crazy. I have created the image to be on center where the two images meet, to be split between the two buttons. Alternatively, would it be easier to just push those buttons away from eachother, and if so how could I achieve that? site password is cubecosmos if that is needed Hi, Add to Cover Page Header <style> @media screen and (max-width:767px) { /* button 2 */ ul li:nth-child(2) { position: relative; right: -5px; } } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.