• Hi,

    I’m currently working on my website http://www.robertjanvanherpen.com using the vantage theme (this is my first time creating a website/working with wordpress)
    To keep everything as minimalistic as possible I decided to use the circle icon widget for navigation instead of a regular menu.

    My question: is it possible to give the circle icon a ‘relative position’ in any browser so that every visitor will immediately be able to see the icon when opening the homepage?

    At the moment I have added a blank space of 425px above the icon, but that means that it does not popup in every browser without having to scroll…

    I hope that someone is able to help me.

Viewing 1 replies (of 1 total)
  • Hi RJVH

    What I’d do here is try inserting the Circle Icon widget in the first row, then target it as follows:

    .home .panel-grid-cell:first-of-type {
      min-height: 600px;
    }
    
    .home .widget_circleicon-widget {
      position: relative;
      top: 200px;
    }
Viewing 1 replies (of 1 total)

The topic ‘position circle icon widget’ is closed to new replies.