hi
I have a Trip Advisor widget on all our tour pages and would just like to center it, but am unsure what ID to use to target. I gave each of the widgets a class ID of trip-advisor if that helps.
I assume the code for positioning would be
display: block;
margin: 0 auto;
width: 200px;
}
I just am unsure hot to target this widget in particular. I tried just .trip-advisor followed by the code above, but to no avail
URL is feastthailand.com/index.php/chilli-lovers-tour
Incidentally, I tried to just use an inline style of width: 100%, display: block; margin: 0 auto;
but no result there either
Regards