I am happy that you figured it out. I can't discuss commercial work on the forum, but you can follow the link in my signature to get to my site.
Thanks,
Anne
Printable View
is there a way to remove the custom tab on a products description page? thanks for any help :-)
never mind, found it... banner manager.. DOH.
Hi Anne
A quick question on the responsive side if I might. On one of my multi sites holyland.artprinthub.com in certain screen sizes and browsers the images are being squashed up. Attachment 15806
What do I need to look for?
Thanks
Simon
Problems with Sidebox display.
Please can somebody point in the correct direction to solve this issue?
The categories sidebox displays correctly but the more information sideboxes do not as can be seen by the images below.
This is the more information sidebox you will see the text is way over to the left and merging with the '>'
Attachment 15813
And this is the categories sidebox.
Attachment 15814
Many thanks in advance
Bob
Hi Anne,
The site URL is www.victorydesigns.co.uk (still under development).
Bob
Hi Anne,
I found the problem with the sidebox display on line 396 in stylesheet.css
It originally read as follows.
.betterEzpages a:before, .betterMoreinformation a:before, .betterDocuments a:before, .betterInformation a:before, .betterCategories a:before{position:absolute;font-family: FontAwesome;content: "\f0da";}
I have changed this line to read as follows
.betterEzpages a:before, .betterMoreinformation a:before, .betterDocuments a:before, .betterInformation a:before, .betterCategories a:before{position:relative; padding-right:5px;font-family: FontAwesome;content: "\f0da";}
Now the sidebox displays correctly.
Bob