Announcement

Collapse
No announcement yet.

Page width size issues - different size on different pages

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

    Page width size issues - different size on different pages

    Hi people,

    I hope you are enjoying the wet bank holiday weekend

    I have some page size issues that are making our website look terrible:
    http://www.masterforge.co.uk/index.html
    Notice how the right column is extra wide. I am viewing on 17in laptop and it looks terrible.

    http://www.masterforge.co.uk/acatalo...d-weapons.html
    This looks ok.

    http://www.masterforge.co.uk/acatalo...Arts_DVDs.html
    The right column is way too wide.
    Notice the 'add to cart' button isn't showing fully.

    Does anyone know what I need to do to correct the page widths issues and the 'add to cart' button problem?

    If anyone could help or point me in the right direction I would be really gratefull.

    Enjoy your bank holiday weekends
    Leigh Robinson

    Hand forged, hand folded custom swords
    http://www.masterforge.co.uk

    #2
    I'll be watching the replies to this with interest because I had a hell of a job to get the right hand column constant through my site too (lots of trial and error...eventually "fixed" by the length of my search bar!)
    Tracey

    Comment


      #3
      Me too. I sort of 'forced' it with other graphics in that space.

      I'm always interested in what level of 'coding' people think you need to have to get a good site with Actinic. I've got a basic level of HTML knowledge but nothing fancy. Many of the solutions to people's problems here go right over my head

      Sue
      sigpic dinkybox - super groovy toys and collectables from around the world.

      Comment


        #4
        same here, Sue
        After playing with it for hours, I forced mine too with the search bar (albeit by accident!)

        My html is very basic too although I have to admit I'm finding V8.5.1 quite intuitive. I love the design tab and the preview as it give me (being a "trial and error" kinda gal!) chance to fiddle and watch the outcome "live"!!
        Tracey

        Comment


          #5
          Leigh,

          looking at the source code you do not have a fixed width to the right hand column:

          <td bgcolor="#2a2a2a" valign="top">

          add something like

          <td bgcolor="#2a2a2a" width="200" valign="top">

          to fix the width at 200px.

          This will be found in the outer layout in the design tab.

          HTH


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            That worked a treat.

            Thanks very much Jont
            Leigh Robinson

            Hand forged, hand folded custom swords
            http://www.masterforge.co.uk

            Comment

            Working...
            X