• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
    Some downtime and service disruptions may be experienced.
    Thanks in advance for your patience.

    1. Home
    2. Desktop
    3. Archive
    4. Is it possible to move the search bar to the left side of the address bar?

    Is it possible to move the search bar to the left side of the address bar?

    Archive
    6
    13
    1.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      GeoJono
      last edited by

      Or other such customizations? I've tried moving it in the same way we can move buttons (Shift-Drag), but that doesn't seem to work.

      Thanks!

      LonM
      L
      1 Reply Last reply
      Reply Quote 0
      • LonM
        L
        LonM Soprano Patron Moderator @GeoJono
        last edited by

        @GeoJono Hi,

        Right now it's not possible to do this I'm afraid.

        💻 Windows 10 64-bit Sopranos Builds • en-GB • 🗳 vote for features • 🕵️‍♀️ Code of Conduct • 🐞 Report bugs

        1 Reply Last reply Reply Quote 0
        • G
          GeoJono
          last edited by

          Thanks @LonM

          LonM
          L
          1 Reply Last reply
          Reply Quote 0
          • LonM
            L
            LonM Soprano Patron Moderator @GeoJono
            last edited by

            @GeoJono If it's something you would like to see very strongly, you could vote for this request: https://forum.vivaldi.net/topic/37364/customisable-toolbars

            You could also leave a comment saying you'd like to move the search box itself.

            💻 Windows 10 64-bit Sopranos Builds • en-GB • 🗳 vote for features • 🕵️‍♀️ Code of Conduct • 🐞 Report bugs

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User
              last edited by

              Try this

              .toolbar-addressbar .addressfield,
              .toolbar-addressbar .searchfield ~ * {
                  order: 1;
              }
              
              Pesala
              P
              Hadden89
              H
              2 Replies Last reply
              Reply Quote 4
              • Pesala
                P
                Pesala Ambassador @A Former User
                last edited by Pesala

                @potmeklecbohdan Easy when you know how!

                0_1561753821038_Search Bar on Left.png

                A useful side-effect, when I hide the search field, my only extension is now on the left of the Address field.

                0_1561754048770_Extension on the Left.png

                Blog • Vivaldi Review • Server Status
                Win 10 64-bit build 19045.2486 • Snapshot 7.4.3683.18 (64-bit)

                ?
                1 Reply Last reply
                Reply Quote 0
                • ?
                  A Former User @Pesala
                  last edited by A Former User

                  @Pesala To remove the side effect two three extra lines are needed

                  .toolbar-addressbar .addressfield,
                  .toolbar-addressbar .searchfield ~ *,
                  .toolbar-addressbar .addressfield + .profile-popup,
                  .toolbar-addressbar .addressfield + .profile-popup ~ *,
                  .toolbar-addressbar .addressfield + .toolbar-extensions {
                      order: 1;
                  }
                  

                  Edit: I forgot we can disable profile popup.

                  1 Reply Last reply Reply Quote 2
                  • Hadden89
                    H
                    Hadden89 @A Former User
                    last edited by

                    @potmeklecbohdan
                    Just wondering: What the ~ mean in css?
                    If I recall correctly, * stands for any (class)

                    Vivaldi Stable+Snap | Patience Is The Key To Get The Vivaldi Spree | Unsupported Extensions | Github | windows 11 | Manjaro KDE | Q4OS Trinity | Android 13

                    ?
                    1 Reply Last reply
                    Reply Quote 0
                    • ?
                      A Former User @Hadden89
                      last edited by

                      @Hadden89 Any following sibling element (any means it doesn't have to be directly after it). CSS Selectors Reference

                      1 Reply Last reply Reply Quote 1
                      • ?
                        A Former User
                        last edited by

                        This should work better (new elements can be added)

                        .toolbar-addressbar .addressfield,
                        .toolbar-addressbar .addressfield ~:not(.searchfield) {
                            order: 1;
                        }
                        
                        1 Reply Last reply Reply Quote 1
                        • V
                          vongalin
                          last edited by

                          Good morning all,
                          Using the latest snapshot (Windows x64). This CSS tweak doesn't appear to be working any longer. Did the name of the element change ? It's been a while since I've been in V so I'm not sure how long this hasn't been working. All of other CSS modifications are working, just not this one.

                          Is this type of mod still the only/preferred method to move the search bar ? This is one of the last minor edits I need to make so I can match my FF setup to ease the transition from FF to V permanently.

                          Thanks for any suggestions and/or CSS updates !

                          ?
                          1 Reply Last reply
                          Reply Quote 0
                          • ?
                            A Former User @vongalin
                            last edited by

                            @vongalin .toolbar-addressbar is now .UrlBar, .addressfield is .UrlBar-AddressField, .searchfield is .UrlBar-SearchField

                            V
                            1 Reply Last reply
                            Reply Quote 2
                            • V
                              vongalin @A Former User
                              last edited by

                              @potmeklecbohdan said in Is it possible to move the search bar to the left side of the address bar?:

                              .toolbar-addressbar is now .UrlBar, .addressfield is .UrlBar-AddressField, .searchfield is .UrlBar-SearchField

                              NICE ! Thank you for the quick response. Your changes worked perfectly !

                              1 Reply Last reply Reply Quote 0
                              • pafflick
                                P
                                pafflick moved this topic from Customizations & Extensions on
                              Loading More Posts
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes
                              Reply
                              • Reply as topic
                              Log in to reply
                              • 1 / 1
                              • First post
                                Last post

                              Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                              Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status