the images are not responding with its CSS code or mowing to the top
-
hello,
I have this code in my HTML page(which made with Foundation Grid System:<div class="row"> <div class="small-8 column"> <div class=" media-object"> <div class="section-repair"> <div class="subsection-repair small-6 column media-object-section"> <img src="https://webdesignleren.net/wp-content/uploads/2016/11/auto-reparatie.svg" alt="auto-reparatie" class="alignnone size-medium wp-image-4249" /> </div> <div class="subsectionX-repair small-6 column media-object-section"> <img src="https://webdesignleren.net/wp-content/uploads/2016/11/auto-reparatie.svg" alt="auto-reparatie" class="alignnone size-medium wp-image-4249" /> </div> </div> </div> <div class=" media-object"> <div class="section-repair2"> <div class="subsection-repair2 small-6 column media-object-section">Grote beurt</div> <div class="subsectionX-repair2 small-6 column media-object-section"><img src="https://webdesignleren.net/wp-content/uploads/2016/11/autopech-in-zomer.svg" alt="" /> </div> </div> </div> <div class=" media-object"> <div class="section-repair3"> <div class="subsection-repair3 small-6 column media-object-section">Kleine beurt</div> <div class="subsectionX-repair3 small-6 column "media-object-section><img src="https://webdesignleren.net/wp-content/uploads/2016/11/Grote-beurt.svg"" alt="" /></div> </div> </div> <div class=" media-object"> <div class="section-repair4"> <div class="subsection-repair4 small-6 column media-object-section">Olie verversen</div> <div class="subsectionX-repair4 media-object-section"></div> </div> </div> </div> <div class="small-4 column"> <div class="aside1"> <div class="subsection-aside1 small-6 column"> </div> <div class="subsectionX-aside1 small-6 column"> </div> </div> <div class="aside2"> <div class="subsection-aside2 small-6 column"></div> <div class="subsectionX-aside2 small-6 column"> </div> </div> <div class="aside3"> <div class="subsection-aside3 small-6 column"><img class="alignnone size-medium wp-image-4055" src="https://webdesignleren.net/wp-content/uploads/2016/10/Facebook-logo-2.svg" alt="facebook-logo" /></div> <div class="subsectionX-aside3 small-6 column">c</div> </div> </div> </div>
when you go to this site:https://webdesignleren.net/
you can see that in the first border or container (first row) the 2 pictures are in the right place ,but in the second and third row (border or container) the picures are not in the right place.I tried in CSS padding-top and margin top for this two classes :.subsectionX-repair3 { padding-top:zzrem; } .subsectionX-repair2 { padding-top:xxrem; }
but those 2 pictures are not responding to CSS code and not mowing to theo the right place in the container or border.
I like to know what it can be the problem that this 2 pictures are not responding for css code? this 2 pictures are SVG format one is 538kb and the other is 67 kb.
I tried class Image IN CSS in place of subsection class but it is not working either!
- The topic ‘the images are not responding with its CSS code or mowing to the top’ is closed to new replies.