Hi, I am new in css programming and I would like to edit a css.file.

I downloaded a template from Click Here
but I want to make smaller the image slideshow, put it to the top of the div container and next to the slider
to make a new div like Click Here

Could you help me please to do it ??

<div id="featured_slide">

Do you see this on you html page? It is the main div of the slide, so you can put like that:

<div id="featured_slide" style="width:80%">

And will be smaller (80%). If you want to modify in all pages, you need to go to the css file, search for featured_slide and then modify or create a witdh size, for example:

width:80%;

or width:600px;

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.