tim05101 Posted August 9, 2014 Share Posted August 9, 2014 (edited) Hello guyz, I have a problem with the position of the module block permanent links. As you can see in the photo it appears below the categories module and not in the top left position as it should be. I tried to hook it in the top of pages from the positions and move it as you can see here but nothing. Thanks in advance, Dimitris Edited August 11, 2014 by tim05101 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted August 11, 2014 Share Posted August 11, 2014 Modules -> positions. Top of pages hook, move it up Link to comment Share on other sites More sharing options...
tim05101 Posted August 11, 2014 Author Share Posted August 11, 2014 Thanks for ur response Nemo1, but as u can see in the second picture I ve moved it up. (μπλοκ σταθερων συνδεσμων= block perm links). Any other solution? Link to comment Share on other sites More sharing options...
NemoPS Posted August 13, 2014 Share Posted August 13, 2014 Might be a css issue, can you share the site's link? Link to comment Share on other sites More sharing options...
tim05101 Posted August 13, 2014 Author Share Posted August 13, 2014 (edited) The site's link is www.craftaholic-shop.gr At the moment I have disabled the block permanent link because I dont wanna look like this. Edited August 13, 2014 by tim05101 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted August 13, 2014 Share Posted August 13, 2014 Hard to tell what's going on with the module disabled, when you enable it, can you check the html structure in the debug console, and see if it comes after the menu> Link to comment Share on other sites More sharing options...
tim05101 Posted August 16, 2014 Author Share Posted August 16, 2014 The blockpermanentlinks.css is empty. Is this normal? Link to comment Share on other sites More sharing options...
NemoPS Posted August 16, 2014 Share Posted August 16, 2014 If the module has its own styles for the block inside global.css, yes Link to comment Share on other sites More sharing options...
tim05101 Posted August 16, 2014 Author Share Posted August 16, 2014 yes! This is the code inside global.css /* ************************************************************************************************ BLOCKPERMANENTLINKS ************************************************************************************************ */ .blockpermanentlinks-header { position: absolute; left: 9px; top: 33px; } #header_links li { float: left; padding: 0px 0px 0px 25px; margin: 0; background:url(../img/perman-bg.png) no-repeat 9px center; } #header_links li:first-child, #header_links li.first_item { padding:0; background:none;} #header_links li.first_item { padding-left:10px;} #header_links li a { color: #FFFFFF; text-decoration: none; font-size: 14px; font-weight: bold; line-height: 1.2em; text-transform: uppercase; } #header_links li a:hover, #sitemap a.header_links_sitemap, #contact a.header_links_contact, #cms a.header_links_delivery, #stores a.header_links_store { color: #dcc6f4; } #header_links li a i { font-size:22px; display:inline-block; margin-top:53px;} .mobile-link-top { display: none; } Any ideas? 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