Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851038

    highlandadventures
    Participant

    Hi…what is the style command to be placed in a singe image for the image to be center (the one for the logo on http://kb.machupicchu.com/tour-2/). Logo on the right side column.

    #851198

    Jade
    Moderator

    Hi there,

    Please wrap the image code in a div tag and add the center-text class so that the image will be centered.

    The code should be like this:

    <div class="text-class">
       .. image code
    </div>

    Hope this helps.