Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097515
    webpagefreak
    Participant

    Thank so much already for all the help you’ve given me!!

    I have this code that displays an award from TripAdvisor, I’m looking to reduce its size by 50%, any chance one of you guys know how? Thank you for looking into it:)

    <div id=”TA_certificateOfExcellence289″ class=”TA_certificateOfExcellence”>
    <ul id=”6ZWbfGSA” class=”TA_links P273UcfqZ”>
    <li id=”zmIJ6IP” class=”S8nCMBvZPI”>
    TripAdvisor

    </div>
    <script src=”https://www.jscache.com/wejs?wtype=certificateOfExcellence&uniq=289&locationId=1017581&lang=en_CA&year=2016&display_version=2″></script&gt;

    #1097776
    Jade
    Moderator

    Hi there,

    Please try to add this code:

    #TA_certificateOfExcellence289 img {
        width: 50%;
    }

    In case this doesn’t work, kindly give us the link to your site so that we could check.

    #1098802
    webpagefreak
    Participant
    This reply has been marked as private.
    #1098803
    webpagefreak
    Participant
    #1098896
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    #CDSWIDCOE.widCOE .widCOEImg {
      width: 80% !Important;
      padding-left: 30px;
    }
    

    Hope that helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1097515 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>