mymlondon Posted January 16, 2014 Share Posted January 16, 2014 (edited) Hi Guys so i doing this site http://bathrooom.co.uk/ and in the footer the block contactsinfo is a few pixels lower then the other blocks. i have looked in the source the footer the tpls, and for the life of me cannot find the problem. can anyone help Thanks Edited January 17, 2014 by mymlondon (see edit history) Link to comment Share on other sites More sharing options...
walidon Posted January 16, 2014 Share Posted January 16, 2014 /*************** Block CONTACTINFOS ***************/ #block_contact_infos {padding:15px 0px;} #block_contact_infos li { padding:0 !important; line-height: 20px; in your global.css line 2658 change the 15px to 0px let me know the result. 1 Link to comment Share on other sites More sharing options...
mymlondon Posted January 16, 2014 Author Share Posted January 16, 2014 OMG!! I was looking for that for ages!!!!!!!!!!!! Thanks so much now the top line of the contact info is slightly lower aswell but Thaaaank you Link to comment Share on other sites More sharing options...
walidon Posted January 16, 2014 Share Posted January 16, 2014 Do you mean the space btw contact us and MYM Global? Link to comment Share on other sites More sharing options...
mymlondon Posted January 16, 2014 Author Share Posted January 16, 2014 yes thats also slightyl bigeer iv taken out the line height didnt help Link to comment Share on other sites More sharing options...
walidon Posted January 16, 2014 Share Posted January 16, 2014 (edited) i can't remember which line but look in your global.css for (updated: line 1153 or 1154 #block_contact_infos h4 { margin-bottom: 25px; and replace the 25px with 22px Edited January 16, 2014 by walidon (see edit history) 1 Link to comment Share on other sites More sharing options...
mymlondon Posted January 16, 2014 Author Share Posted January 16, 2014 dude how did you even remember? thank you anyway so if i could trouble for one last thing, I want to get the Permanent links block over to the right any thoughts? Link to comment Share on other sites More sharing options...
walidon Posted January 16, 2014 Share Posted January 16, 2014 check if your theme supports right colomns Link to comment Share on other sites More sharing options...
mymlondon Posted January 16, 2014 Author Share Posted January 16, 2014 (edited) this is gna sound really silly ... but how sorry, iv done some coding but in regards to prestashop still a newbie Edited January 16, 2014 by mymlondon (see edit history) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 16, 2014 Share Posted January 16, 2014 To get the permanent links over to the right do the following: find reviver/css/modules/blockpermanentlinks/blockpermanentlinks.css #header_links { display: block; left: 300px; position: absolute; top: -26px; } change this to #header_links { display: block; } Next find ul#header_links { float: right; list-style-type: none; margin-top: 5px; } change this to ul#header_links { float: right; list-style-type: none; margin-top: -23px; } Hope that helps! Marty Shue 1 Link to comment Share on other sites More sharing options...
mymlondon Posted January 16, 2014 Author Share Posted January 16, 2014 (edited) mate you are amazing thank you soooooo much thanks thanks thanks Edited January 16, 2014 by mymlondon (see edit history) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 16, 2014 Share Posted January 16, 2014 thank you soooooo much You're welcome. Glad you got it sorted. If you would kindly edit the OP and mark this as [sOLVED] that would be great. Marty Shue Link to comment Share on other sites More sharing options...
mymlondon Posted January 17, 2014 Author Share Posted January 17, 2014 If you would kindly edit the OP and mark this as [sOLVED] that would be great. hi going to sound really silly again, but how? Link to comment Share on other sites More sharing options...
walidon Posted January 17, 2014 Share Posted January 17, 2014 (edited) Go to your topic (1st one) > edit > use full editor > put [sOLVED] in front of the title that's it Edited January 17, 2014 by walidon (see edit history) Link to comment Share on other sites More sharing options...
mymlondon Posted January 17, 2014 Author Share Posted January 17, 2014 cool Thanks and thanks to all again who helped Link to comment Share on other sites More sharing options...
Recommended Posts