Hello everyone, having some CSS related problem for layout issues.
firstly see this screenshot: http://i.stack.imgur.com/nmw69.png
Here i have used css like this:

.description{font-weight:italic;}
.image{float:right;}

but what i want to do is to display description in the middle. Like this: http://i.stack.imgur.com/aX2B1.png
can you tell me the css,, to postion description class div in the middle like the second image. Thanks

There are different approaches that can be used to vertically center content. However, without seeing your HTML code, providing the best guidance is challenging.

In the meantime, take a look at some of the examples shown here that may help you figure out how to address your issue: How to Vertically Center Content Using CSS

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.