Recent content by zig-zag

  1. zig-zag

    [QUESTION] What are the best and cheapest SEO services on BHW?

    I think he probably means most value for money
  2. zig-zag

    KeepSolid VPN Premium Account For A Year

    It worked but then my account was expired after 1 week. So there is an issue with it
  3. zig-zag

    [JV] Looking for a Solana NFT Team

    lol the question is pretty much "Looking for a team with an NFT project to go and for them to hire me as the marketer"
  4. zig-zag

    [GET] Anything you want from envato elements

    Thanks! Very appreciated !
  5. zig-zag

    [GET] Anything you want from envato elements

    https://elements.envato.com/nobleui-laravel-admin-template-9WTCSST https://elements.envato.com/laravel-admin-dashboard-LS7FA99 these two please if possible. Thanks for your kindness
  6. zig-zag

    [REQUEST] Envato elements Item

    Hi, I know a bunch of you folks are intermittently giving out Envato Elements items. Any chance some lovely fellow could help out with https://elements.envato.com/laravel-admin-dashboard-LS7FA99 Thanks!
  7. zig-zag

    CSS Help - element appears, takes up space, moves elements next to it

    Yes. Too make it out of the flow of the page you can do div{ position:fixed; bottom:0; left:0; width:100vw; z-index:999999 }
  8. zig-zag

    CSS Help - element appears, takes up space, moves elements next to it

    Really hard to know without seeing all the css and the html. Could be a ton of things making the issue
  9. zig-zag

    CSS Help - element appears, takes up space, moves elements next to it

    Oh that is a shame. If you could should me the actual html structure I could give you the css that would fix it.Also the overflowing is probably due to the main bar being position:fixed and then some margins overflowing
  10. zig-zag

    CSS Help - element appears, takes up space, moves elements next to it

    Yes you could have 3 divs wrapping and 1 center div for space. But better 2 just have 1 main wrapping div and 2 inner ones wrapping the items then add flexbox. Its very little code then
  11. zig-zag

    CSS Help - element appears, takes up space, moves elements next to it

    Just change the code to flexbox as playing with outdated code makes no sense to fix. Saying that I have no idea what palemoon is, I have only ever owned ios. How much can you edit? I would just do something like [anonid="findbar-textbox-wrapper"]{ display:flex justify-content: space-between }...
  12. zig-zag

    CSS Help - element appears, takes up space, moves elements next to it

    I never heard of -moz-box-ordinal-group: but realised its outdated code. But you can see here ".findbar-find-fast.found-matches { -moz-box-ordinal-group: 3 !important; }" I assume that is for matches so change it to -moz-box-ordinal-group: 4 !important; But yeh this was outdated a few years...
  13. zig-zag

    CSS Help - element appears, takes up space, moves elements next to it

    Oh yes its on windows. I do not have that so can't check.
  14. zig-zag

    CSS Help - element appears, takes up space, moves elements next to it

    Just show me the site and I will give you the css in 5 mins
Back
Top