jurjen
posted this
03 January 2016
Hi,
anyone has an idea on how to create custom css that differentiates on the display sizes?
I have some elements I place with custom CMS code and have to style those accordingly. For instance I have a price tag.
.Custom_price_tag {
position:absolute;
left: 200px;
}
for laptop it needs to be 150px, tablet 100px and phone 50px.
How can I do this with the bootstrap framework? How do I create this?
Regards
Jurjen
Vote to pay developers attention to this features or issue.



