• Resolved acsyaifullah

    (@acsyaifullah)


    is it possible to centering group of image on widget sidebar?
    here the link to my SITE, you can check it on photos galley on sidebar.
    on the desktop view the sidebar look good, but on the mobile view the image gallery i need to centering it.
    is anyone have the solution

    thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @media (max-width: 767px) {
      .dbsidebar .ngg-widget img { float: none; display: inline-block; }
      .dbsidebar .ngg-widget { text-align: center; }
    }
    Thread Starter acsyaifullah

    (@acsyaifullah)

    hi michael, thanks for your answer
    i’ve try to add your code to my style.css , but it not work
    i hope you have another way

    thanks!

    clear your browser cache, by reloading the page a few times, or try with ‘CTRL F5’ or whatever your browser needs to accept new styles…

    Thread Starter acsyaifullah

    (@acsyaifullah)

    thanks michael, it’s work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Centering an image on the widget?’ is closed to new replies.