Guest User

Untitled

a guest
May 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .theme_tab_item {
  2. display: block;<--------change to inline-block
  3. float: left;<-----------remove
  4. //other codes
  5. }
  6.  
  7. .theme_tabs{
  8. list-style: none;
  9. padding-left: 0;
  10. display: inline-block;
  11. max-width: 1200px;
  12. margin: 0 auto;
  13. }
  14.  
  15. .theme_tabs{
  16. display: flex;
  17. justify-content: center;
  18. }
Add Comment
Please, Sign In to add comment