Change Images Size ?how?
-
Hello!
First of all thanks for having this useful theme.
I have some questions:
1)If I want to change the width or height I know I can do that with CSS editor. At the moment I’m using Custom CSS plug in. The problem comes when I have to choose the image. This is what appears in each photo when I search for the CSS.
<figure class="gallery-image" style="position: absolute; left: 0px; top: 0px;"> <img width="450" height="377" >
I know that for example If I want to change a button I select that on the CSS and comes like this:
<strong>button.outline.white</strong> { border-color: #000000; color: #FFFFF; }
so I writte button.outline.white and the function that I want
}But I don’t know what to choose before img.archive-image { width: auto !important;
I mean what do I need to copy before: { width: auto !important;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change Images Size ?how?’ is closed to new replies.