• Resolved vasilissk

    (@vasilissk)


    I have a question for days about the unnecessarily spaces by using the eshop_show_product id microcode.
    I am using some tables in html and I set the tables to have no spaces all around.
    However when I placed the eshop_show_product id microcode I have a space at least 20px all around the table. This increased the size of the table another 30% from the original size.
    How can I reduce the spaces down to zero? This really bothers me.

    http://wordpress.org/extend/plugins/eshop/

Viewing 6 replies - 1 through 6 (of 6 total)
  • sure, amend the CSS.

    Thread Starter vasilissk

    (@vasilissk)

    I looked in the eshop.css for a parameter that will fix the problem, but I cannot find which one will work.
    In a PHP file you have some
    < ul > and
    < li > controllers to control the appearance of the microcode, but where is the controller in the CSS file?

    What I am doing is I have the [eshop_show_product id=’30’ class=’hilite’ panels=’yes’ form=’no’] in a table. I see in the screen the image and the discription in the table with alot of waste space all around.
    Top 2px, right 20px, bottom 30px, left 20px.
    All spaces have nothing to do with the table because I removed them.
    Where in your CSS is the parameter to correct this problem?

    sorry but I don’t assist with CSS issues for free any more.

    Thread Starter vasilissk

    (@vasilissk)

    I understand your concern but what happens involves the microcode.
    My small html code is:

    <table border=”0″ width=”37%” id=”table1″ cellspacing=”0″ cellpadding=”0″ style=”word-spacing: 0; margin: 0″><tr><td>[eshop_show_product id=’31’ class=’hilite’ panels=’yes’ form=’yes’]</td></tr></table>

    Run this script and you will see the gaps that I am talking about.

    please see previous reply.

    Thread Starter vasilissk

    (@vasilissk)

    Problem solved.

    I had to modify the shortcodes file.
    I added one more line $echo .= ”.”\n”; in function list panels line 1196 between $short and $echo.

    Also changed the .content ul li in my theme’s CSS
    margin: 0 0 0 0;
    padding:0 0 0 0;

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to reduce the spaces in eshop_show_product id microcode’ is closed to new replies.