Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1047248

    Hi!

    I tried to add a weather widget to the top menu of my website by following your documentation (add a header widget). But I can’t manage to move it at the right position: next to the social icons.

    Any tip?

    Best regards.

    #1047268

    Hey AgenceKineka,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #live_weather_station_widget_outdoor-2 {
        width: 180px;
        float: right;
    }
    
    
    

    Best regards,
    Yigit

    #1047278

    Almost!

    Now it’s in the middle of the menu…

    #1048389

    Hi AgenceKineka,

    I can’t seem to find the widget, try adding relative position and left values on Yigit’s code, so it should look like:

    #live_weather_station_widget_outdoor-2 {
        width: 180px;
        float: right;
        position: relative;
        left: 50px;
    }

    just increase the left value to move the widget to the right.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.