Pro Theme Design Forum » General Banter

Center Image?


  • littlkj5
  • Member
  • Posted 1 year ago #

So I have some code on my page where it just displays the title head and the image.
(http://i15.photobucket.com/albums/a361/littlkj5/imagecenter.png)

How can I center the image just in this section?

I'm not sure which page you're referring to. Do you mean the WP gallery feature? If so, maybe this post clears it up.

  • littlkj5
  • Member
  • Posted 1 year ago #

This is on the main page. I edited the code so it displays four categories with just the name and then the image from the post.

Anyway on centering it?

Currently the nav is defined as:

#nav {
font-size:1.1em;
line-height:1;
width:700px;
}

In your child theme, you could change to -

#nav {
width:auto
}
  • littlkj5
  • Member
  • Posted 1 year ago #

Well when I edited the code I didn't use child themes. I went a different way using include files. So how would I change it just for that one section? Would I just have to use a inline style sheet in the div tag?

Reply

You must log in to post.