Jump to content

Permanent Link Block position trouble


Recommended Posts

Hi everybody.

 

I have a problem with the permanent link block.

As i didn't want it i uninstalled it. Then all the rest of the page moved a bit up, and didnt look ok.

So i reinstalled the Perm.link.block. But now it is under my search and top horizontal beam.

How can i place it back on the top of the page, or remove the whole thing without offsetting all the rest?

 

Thanks very much in advance, really struggling here..

 

prestashop1.5.3.1 & nt544 template.

 

Link to comment
Share on other sites

I use the nt544 theme, prestashop 1.5.3.1  and here is the link.

 

http://www.segelmacher-shop.de

 

The problem is in the right-top corner. With the permanent link block in the top right (original position) everything was aligned ok.

Then i uninstalled it, as i don't really need it, and everything got messed up. Also when i re-install it doesn't make any difference.

 

thanks.

Link to comment
Share on other sites

Open yourtheme/themecore/css/544.css and change

 

#header_right #search_block_top {
    background-color: #FFFFFF;
    height: 25px;
    left: auto;
    position: absolute;
    right: 10px;
    top: 121px;
}

to this

#header_right #search_block_top {
    background-color: #FFFFFF;
    height: 25px;
    left: auto;
    position: absolute;
    right: 10px;
    top: 100px;
}
Link to comment
Share on other sites

mmm, that only moves the search box right?

 

actually the place of the search box is okay. It's all the other stuff that needs to go down. And the permanent link block needs to go on top.

 

dinges2.jpg

 

is that in the same css file?  thank you

Link to comment
Share on other sites

×
×
  • Create New...