Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1247639

    guybower1
    Participant

    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

    #1247799

    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    #CDSWIDEXC {
        margin: 0 auto;
    }

    Hope this helps.

    #1248080

    guybower1
    Participant

    hi Jade

    Thanks so much for your reply.

    I actually just wrapped all of the widget code in a <div align="center"> container which seemed to do the job

    Thanks again

    Regards

    #1248176

    Prasant Rai
    Moderator

    You are most welcome. 🙂