Currently, I am working on my website located at www.buildinghunter.com. On the homepage, there are four div elements positioned in the bottom left corner of the page.
I am attempting to align two specific divs (id=text-9
and id=text-10
) with the other two divs located on the left side (id=delivered
and id=savehours
).
However, when I apply margins to these IDs in my CSS file, they seem to be overridden by other divs higher up in the hierarchy.
My main question is how can I successfully add margin to these specific IDs without affecting other elements throughout the entire site? Making changes to the CSS of parent divs may have unintended consequences elsewhere.
I appreciate any advice or insights on resolving this issue. Also, I apologize if my use of terminology is not entirely accurate; I am unsure whether this problem falls under parent/child div relationships.