I made a theme with a navigation menu at top like this;
width="100%" height="100"
The left area contains customers logo at 100px height. However, they want logo to be bigger in side, say 200px. I don’t want to increase the size of my div’s size, instead, I want to make a new div at 200px-200px, put the logo inside it, and put that logo div over the navigation div.
How can I make an independent div like this?
Is this what you mean? ofcourse the style should be done in separate css; not in the html!