Jump to content

Module Position won't align


Recommended Posts

Hi Soigroeg,

 

 

Try this:

 

/themes/houseofliquid/css/global.css, ~line 600: (add red text

 

.blockcategories_footer, #footer .myaccount, #block_various_links_footer,#social_block, #block_contact_infos,#newsletter_block_left {

float: left;

width: 175px;

}

 

This puts the block neatly as a real column just at the end of column 4

 

 

/modules/blocknewsletter/blocknewsletter.css, ~line 10:

 

#newsletter_block_left .title_block, #newsletter_block_left h4 {

padding: 0 0 12px 28px; <-- delete this line

}

This caused wrong alignment. We'll fix it below.

 

 

 

/modules/blocknewsletter/blocknewsletter.css, ~line 3:

 

#newsletter_block_left {

margin-top: 15px; <-- delete this line

padding: 15px 10px; <-- and change into this line

}

 

This causes the column header to be aligned like the other ones.

 

 

 

modules/blocknewsletter/blocknewsletter.css, line ~26:

 

#newsletter_block_left input.inputNew {

position: relative;

top: -1px;

padding: 0 5px;

margin-top: 10px; <-- Add this line, moves the email field a little down, to align with text of column 4

height: 20px;

width: 135px; <-- change value, shortens the email field a little to fit in

border: 1px solid #ccc;

border-right: none;

-moz-border-radius-topleft: 3px;

-moz-border-radius-bottomleft: 3px;

-webkit-border-radius-topleft: 3px;

-webkit-border-radius-bottomleft: 3px;

border-top-left-radius: 3px;

border-bottom-left-radius: 3px;

font-size: 10px;

color: #999;

}

 

 

I think that's about it.

Let me know if it works,

 

pascal

Edited by PascalVG
Added comment, edited layout of text (see edit history)
  • Like 1
Link to comment
Share on other sites

Thanks. Works perfect now. Thank you a lot.

 

I am totally new to Prestashop. And I am still trying to figure it out. Do you see the "Hilfe" (Help) Section of the template?

It is part of the template but I haven't figured out yet, how I can produce content there.

 

Do you have a bit of advice?

 

Edit: the site was: www.houseofliquid.de

Edited by soigroeg (see edit history)
Link to comment
Share on other sites

you have to create HILFE page manually under the preferences > cms tab in your back office.

You can manage there pages that you've got defined in your store. This mean, that you can create there any content you want, in this case also contents of the hilfe page.

 

regards

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...