Picture manipulation in a column
-
i try to put the image of the 2 screens and the blobs (they are a single image) a little upper, usually i should make the position of the image absolute and the column holding the image position: relative; then i change the position of the picture by using left right top or bottom, for example right: 40%; or top:30%;… sadly when i manipulate the right or left position it behaves as i wish, but when i write top or bottom there are 2 cases, by writing top: *whatever value*%; nothing changes as if i have written nothing, and when i write bottom:*whatever value*%; the picture sticks on top of the block and no matter what the value i write nothing changes it only sticks on top of the block, i added top:60% !important; (for example) but nothing changes even by trying to force it, i am wondering if there is a code stopping that action from happening, if anyone could help me i would appreciate this ?? i really tried so many tricks, and when i write top: 60px; (for example) ;using pixels not pourcentage) i could see the change but i would love to add it in pourcentage because eitherway it wouldn’t be responsive
ps: i use theme twenty twenty fourThe page I need help with: [log in to see the link]
- The topic ‘Picture manipulation in a column’ is closed to new replies.