Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • James Weston Friend
    #1042062

    Hi Guys is it possible to decrease the white space as per here http://prntscr.com/fk16p1 but only in one section of the website and not in the other pages.

    I just want to make the space smaller in the product pages. The link above is a screen shot of the page which currently is on another domain as we build the site the www is http://ithave.com/projects/james/theplatinumlist/index.php?option=com_tpl&view=product&id=1&Itemid=308

    Many thanks Jim

    Pankaj Sharma Moderator
    #1042170

    Hi
    Add below code in custom.css file to reduce space only for this menu

    .view-product .itemid-308 .t3-mainbody {
        padding-top: 0px;}

    Regards

    James Weston Friend
    #1051973

    Thanks Pankaj,

    Was waiting fro some work to be done on the site before it was uploaded and could finish it off.

    I made the change you suggested and changed the menu item but nothing changed http://www.theplatinumlist.com/index.php?option=com_tpl&view=product&id=1&Itemid=323

    Did i do it wrong?

    Many thanks Jim

    Pankaj Sharma Moderator
    #1052075

    Hi
    Use the same code and change the Menu item id with current menu item id.
    The previous code is only for the Menu item URL you shared in first post.

    Regards

    James Weston Friend
    #1052082
    Pankaj Sharma Moderator
    #1052093

    Hi
    Use this code

    .view-product.itemid-323 .t3-mainbody{padding-top:0px}
    

    In your code there is space in the style classes.

    Regards

    James Weston Friend
    #1052097

    ok thanks. I am guessing there is a limit to how high it can go then as there is still a gap there. No problem.

    Pankaj Sharma Moderator
    #1052103

    You are welcome!
    It’s the normal padding of main body section

    Regards

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum