• Resolved ullu

    (@ullu)


    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.

Viewing 1 replies (of 1 total)
  • kjodle

    (@kjodle)

    I think you’re fine using a sidebar widget that way. The only other alternative would be to create a child theme and add a custom-styled widget area through it, which is probably more work than it’s worth.

Viewing 1 replies (of 1 total)
  • The topic ‘Placing some kind of info boxes or sponsoring etc.’ is closed to new replies.