Stretching The Tables On The Sub-Pages like the Tables On The Main Pages...

Discussion in 'Infoway WordPress Theme' started by jamessia, Aug 5, 2013.

  1. jamessia

    jamessia New Member

    Joined:
    Apr 5, 2013
    Messages:
    8
    Likes Received:
    0
    Hello,
    You folks have been kind enough to stretch the Tables earlier on the main pages - 'SSD', 'Embeeded SSD', 'Flash Cards', ' DRAM Modules'.
    Boss asked me to create additional Tables as sub-pages to the ABOVE Main Pages.

    1) Can you please STRETCH those Tables on the sub-pages for us?
    2) On the page called "Product Selector", I tried to add a .PNG image above the Table, but I cannot seem to make the size of the image bigger even though I have uploaded larger and larger image sizes. Is there a way to expand that image (not too big) big enough to where the words on the image are readable? The same font size as these words will be fine.
    Thanks very much!
    James
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .fullwidth img {
    width: 74%;
    height: auto;
    }
    .pricetable {
    width: 100%;
    }
    
    Adjust its value as per your requirements.
     
  3. jamessia

    jamessia New Member

    Joined:
    Apr 5, 2013
    Messages:
    8
    Likes Received:
    0
    Hello,
    Thanks for your swift response.
    For some reason the Price Tables on the sub-pages are not stretched like the main pages are. I tried to adjust from 100% to 120%, for example,, but found that the sub-pages price tables have been stretched a little,(but not all the way), But the Price Tables on the Main Pages have been stretched too much. What do I need to do?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to Pages > All pages and click on edit option of desired page and select "Fullwidth page" template for your page from Page attribute section.

    Sending image for reference
    2013-08-06_1206.png



    This will solve your issue.
     

Share This Page