Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Is the width of your product page large enough to have the description beside it? It looks like you’ve got a sidebar taking up a lot of the space to the right side of the picture right now.

    Thread Starter Guuz

    (@guuz)

    Thanks for your tip, problem solved!

    Dear Guuz!

    How did you manage to put description on the right side? Also how did you get rid of the thumb image on the left?

    My product page looks like this rigt now:

    https://botliktrans.co.nf/?page_id=35&SingleProduct=1

    Thanks for the help!

    Regards,

    Bence

    Thread Starter Guuz

    (@guuz)

    How did you manage to put description on the right side? Also how did you get rid of the thumb image on the lef

    Description to right side:

    .prod-cat-addt-details-desc-div {
      min-height: 100px;
    	max-height: 180px;
    	padding: 10px 10px 10px 15px;
    	float: left;
    	margin-top: -355px;
    	margin-left: 400px;
    	max-width: 100%;
    }
    .prod-cat-addt-details-right-div {
      float:left;
    	max-width:680px;
    	padding-left:20px;
    	/*overflow:hidden;*/
    }

    Remove thumbs:

    .prod-cat-addt-details-thumbs-div {display:none;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product description placement’ is closed to new replies.