Placing some kind of info boxes or sponsoring etc.
-
Hi there,
I am trying to display some kind of info box where you can place some text or picture, e.g. a sponsor or advertisement.
I did this on the page I am creating (https://wiju.us-dev.net/, the pin on the left side with “VR Bank”). This page isn’t finished at all and is only good-looking in desktop version (didn’t care about the media queries for smaller displays yet).I realized this “info box” by using the sidebar (do not need it for other porpuses) with a text widget and changing the position via CSS:
position: absolute;
top: 647px;
left: 15px;
z-index: 99;My question: Is that the usual way of realizing such “info boxes” or are there better paths? I am not sure if I’m doing good practise by manipulating a sidebar.
- The topic ‘Placing some kind of info boxes or sponsoring etc.’ is closed to new replies.