magor14 Posted December 23, 2012 Share Posted December 23, 2012 Good afternoon. Tell me how to post links in the footer at the center, not the left as in the default version. I apologize in advance if this issue has been raised. thanks in advance Alex Link to comment Share on other sites More sharing options...
mohsart Posted December 23, 2012 Share Posted December 23, 2012 May vary depending on version, so it's always a good idea to state what version you use. Without searching, I'd say that the links are put there in the cms module (modules/blockcms), positions are probably in a css file in that folder, or in the themes/yourtheme folder (change eg float:left; to float:right;) Hop this helps /Mats Link to comment Share on other sites More sharing options...
magor14 Posted December 23, 2012 Author Share Posted December 23, 2012 May vary depending on version, so it's always a good idea to state what version you use. Without searching, I'd say that the links are put there in the cms module (modules/blockcms), positions are probably in a css file in that folder, or in the themes/yourtheme folder (change eg float:left; to float:right;) Hop this helps /Mats Thank you very much Mats. But if you can detail. I'm working on version 1.4.4 and has a file global.css shoveled up and down, but my changes did not bring any visible change in the subject. If possible, please describe the order of my actions. Thanks in advance. Alex Link to comment Share on other sites More sharing options...
magor14 Posted December 23, 2012 Author Share Posted December 23, 2012 I apologize for my English is not the best))) Link to comment Share on other sites More sharing options...
mohsart Posted December 23, 2012 Share Posted December 23, 2012 In the .tpl file, you will see something like <div id="foo"><a href="... </div> It could be eg "class" instead of "id" and it could be in a <p> tag, or something else... What you need to do is find "foo" in the css file and figure out why things are left-aligned. A big help in doing so is using "inspect element" (or some such, I don't have a English browser) in Mozilla Firefox. Perhaps someone else can be more specific, especially if you provide a link to your store. /Mats Link to comment Share on other sites More sharing options...
magor14 Posted December 23, 2012 Author Share Posted December 23, 2012 thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now