VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: hrhsii on July 25, 2016, 00:22:55 AM

Title: Virtuemart shop description disappears on resize
Post by: hrhsii on July 25, 2016, 00:22:55 AM
Hi,

I am using Joomla 3.6 and VirtueMart 3.0.16
I am using the Protostar template

The shop description shows ok on a desktop, but once I narrow the browser to a smaller width the description disappears.

How do I stop this please?

see http://www.gymsaver.co.uk/
Title: Re: Virtuemart shop description disappears on resize
Post by: jenkinhill on July 25, 2016, 10:30:04 AM
So you only have one product entered? The short desc did not vanish for me no matter what width browser window used in Firefox.  Jusr re-read - you said shop not short desc.
Title: Re: Virtuemart shop description disappears on resize
Post by: GJC Web Design on July 25, 2016, 14:05:29 PM
shop desc..

remove

div.vendor-store-desc {
  display: none;
}

http://www.gymsaver.co.uk/templates/prostar_eh/css/vm-ltr-site.css

line 1429
Title: Re: Virtuemart shop description disappears on resize
Post by: hrhsii on July 25, 2016, 22:40:07 PM
Thank you very much that worked.