• I am trying to figure out how to adjust the image size that displays on the AT Preview Post widget that you can display. When you select the option to show the Featured Image for the post, it doesn’t adjust the image size. How can I fix these boxes so that you see the whole picture but a smaller size so that it fits the area?

    You can see my error here: https://www.betweentwobooks.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi S

    can you please share some screen shots explaining your request.

    Thanks

    Thread Starter slmaslowski

    (@slmaslowski)

    I figured it out…thanks for your help Maruti! Can you help me figure out how to center the menu bar under the logo? You’re the best!

    Hi S

    Thanks for the appreciations.

    You can center align the menu items by using the following css

    #main-navigation .sf-menu ul {
      text-align: center;
    }
    #main-navigation .sf-menu li {
      display: inline-flex;
      float: none;
    }

    I would suggest you to make these changes either by using a child theme or by using a custom css plugin.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘AT Preview Adjusting Image Size’ is closed to new replies.