Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2110

Templates for Joomla! 5.x • Re: Flexbox CSS

$
0
0
Okay, I'll asume this is about the boxes below the purple boxes...

This CSS moves .type over the image and positions it top right

Code:

div.title {  position: relatie;}.title .type {  position: absolute;  right: 0;  top: 20px;}
* The position on div.title is needed for position: absolute to work on .title .type.
** top and right is the location of the absolute position. You can use any number, including negatives.
*** To make coding easier use different classnames for different elements, not .title for div and a.

https://www.w3schools.com/Css/css_positioning.asp

Statistics: Posted by Mr. Wimpy — Mon Sep 02, 2024 11:15 am



Viewing all articles
Browse latest Browse all 2110

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>