Re: New Royal Mail Modules
Sorry if this has been asked before, I have trawled through the post but can't see it there already, I have just started customising my store and have installed the "big_royalmail version 2.2 on my site and everything seems to work really well, except for one problem, when the customer reaches the point in the order process where they chose their dispatch method, the text that lists the various shipping options pushes the right hand side boxes out of the central area of the page, is there a quick fix for this? I would imagine just a reduction of the font size would do this, but where do I change these settings?
Any help would be most welcome
Re: New Royal Mail Modules
Re: New Royal Mail Modules
Good to hear it :smile:
Might be an idea to also post how you solved it - then anyone else with the same problem can maybe find your post in the future ... :wink:
Re: New Royal Mail Modules
Well, maybe not the right way to go about it, but in the stylesheet.css I changed the font size in the body section from 62.5% to 55.5% and now the page displays exactly how it should do
Around line 14
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #3366FF;
Changed to
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 55.5%;
color: #000000;
background-color: #3366FF;
Re: New Royal Mail Modules
Quote:
Originally Posted by
bazzxr
Sorry if this has been asked before, I have trawled through the post but can't see it there already, I have just started customising my store and have installed the "big_royalmail version 2.2 on my site and everything seems to work really well, except for one problem, when the customer reaches the point in the order process where they chose their dispatch method, the text that lists the various shipping options pushes the right hand side boxes out of the central area of the page, is there a quick fix for this? I would imagine just a reduction of the font size would do this, but where do I change these settings?
Any help would be most welcome
Think when I had this problem I made me site a little wider to fit it all in.
Re: New Royal Mail Modules
Have installed this module but have found a problem on checkout shipping step 1. Where it lists the shipping methods, the 'legend' is repeating the service name, as in:
---Royal Mail specialdelivery® next dayRoyal Mail specialdelivery® next day---
This has the result of pushing everything off page.
Does anyone have an idea where I should be looking to correct this?
Thanks in advance for any help
Neil
Re: New Royal Mail Modules
On further examination the problem lies in the fact I don't have the icon to display therefore it is using the alt text. Is there a way to disable show icon fro shipping methods?
Re: New Royal Mail Modules
Quote:
Originally Posted by
ellisn
Have installed this module but have found a problem on checkout shipping step 1. Where it lists the shipping methods, the 'legend' is repeating the service name, as in:
---Royal Mail specialdelivery® next dayRoyal Mail specialdelivery® next day---
This has the result of pushing everything off page.
Does anyone have an idea where I should be looking to correct this?
Thanks in advance for any help
Neil
You could try the changes to the stylesheet that I have made, it now works perfectly on my site and all other pages seem unchanged
Bas
Re: New Royal Mail Modules
Thanks Bas
But having the service listed twice just looks a mess.
The code implies there is some sort of condition being met to display the image so I imagine it can be set to false, just can't find where! It may be in the database I guess..
Regards
Neil
Re: New Royal Mail Modules
I just added the icons, looks neater than repeated tiltles anyway.
cheers
Neil