Announcement

Collapse
No announcement yet.

section list/ main area centralising help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    section list/ main area centralising help

    hi, i am trying to centralise the main section list
    the layout code is standard sub section list, all my section images are layed out in columns of five and rows of five. This all aligns to the left when viewed in preview. I would like it to be centralised.
    Any ideas?
    Thanks
    wesley
    Treasure Island Sweets

    #2
    Im not an expert but this is how I got my sections pic to be centered:

    click on your main section in design and you should see

    Click here to edit list layout settings
    SectionLink

    now double click on Sectionlink and you should see something like this

    <table cellpadding="3" cellspacing="0" border="0">
    <tr>
    <td align="center">
    etc.....

    now insert align="center" before cellpaddinig like this

    <table align="center" cellpadding="3" cellspacing="0" border="0">

    Comment


      #3
      no luck, i think it must be done in the list layout settings, something like
      <table width="<actinic:variable name="SectionListWidth" align="center">/>"

      but this does not work
      Treasure Island Sweets

      Comment


        #4
        I am not able to connect to your site to see which theme you are using but you need to be centralising the code that inserts the layout list and not the layout list itself (which will only centre the list contents and not the list itself)


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Hi, have reported this to support and they are looking into it for me.
          Treasure Island Sweets

          Comment

          Working...
          X