qasrani Posted February 4, 2009 Share Posted February 4, 2009 Hi, I am trying to change few blocks from right to left, left to right and from header to right column. Here you can see in picture that SEARCH was moved successfully from header to right column inside a seperate block. But when I do the same with language and currency, you can see how they are shown in page. Please give me any hint at least where to go and what to do. I use 1.1 version and I tried modifying both code and from transplanting/hooking module Link to comment Share on other sites More sharing options...
sperio Posted February 4, 2009 Share Posted February 4, 2009 It is a CSS issue... the language and currency are still using the CSS from the header... remove #header from the CSS definition in global for the language and currency and subjegate them to the left or right column CSS...been there done that... took quite a while to clear the CSS properly... remember to put them into display: blocks... Link to comment Share on other sites More sharing options...
qasrani Posted February 4, 2009 Author Share Posted February 4, 2009 It is a CSS issue... the language and currency are still using the CSS from the header... remove #header from the CSS definition in global for the language and currency and subjegate them to the left or right column CSS...been there done that... took quite a while to clear the CSS properly... remember to put them into display: blocks... Thanks a lot, I try it and say what happened Link to comment Share on other sites More sharing options...
qasrani Posted February 11, 2009 Author Share Posted February 11, 2009 I did that, nothing yet happened. I am wondering how to put these language and currency into a box or block? They just appear like links or text Link to comment Share on other sites More sharing options...
Recommended Posts