I know it might sound awkward and kind of rookie, but still.
So the problem is a have a site on CMS with no acces to html source code (i know you could that, by searching for that specific .php file but it is a bit too much), and have to change some of it's elements style.
This is how that div i must modify looks like:
<div class="tg-feature-product-widget element-item uxdesign tg-column-3 portfolio "
data-category="portfolio " style="position: relative; left: 359.95px; top: px;left: 500px;"><figure><img>
blah blah blah
There is that annoying style i can't acces within F12 moreover the class can't be accessed with
.tg-feature-product-widget element-item uxdesign tg-column-3 portfolio{
in CSS (i do not exclude that i might not know how to access such complicated stuff).
So how do i change it's style?