Tkey1 Posted August 24, 2016 Share Posted August 24, 2016 (edited) Hello guys, i'm learning how to edit prestashop shops, and i need to achieve something like this: foto1.tiff when i have this from a theme: depositodentalreisix.com The client wants to change the newsletter to be in the middle and everything else below it and justified... any help please!? i've trying to understand prestashop individual files... but is pretty confusing, i mean the parts from where the main html is made.. i hope someone can help me because im getting really stuck Also if u see at the top banner i need to align the phone number to the rest of the elements because it looks awful... Thanks !!! Edited August 24, 2016 by Tkey1 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 24, 2016 Share Posted August 24, 2016 it will be a minor change of css styles for default-bootstrap theme just center the block where the newsletter is and move social block to the end on displayFooter modules list .footer-container #footer #social_block { float: none!important; width: 30%; padding: 22px 15px 0 15px; margin: auto; text-align: center; clear: both; } #footer #newsletter_block_left { overflow: hidden; width: 50%; margin: auto; padding: 13px 15px 7px 15px; margin-bottom: 0; } #footer #newsletter_block_left .form-group .form-control { height: 45px; max-width: none!important; background: #3c3c3c; border-color: #515151; color: #fff; padding: 10px 43px 10px 12px; display: inline-block; float: left; } The client wants to change the newsletter i assume that this is your job, so cmon ;-) it is only minor css modification effect: Link to comment Share on other sites More sharing options...
Tkey1 Posted August 24, 2016 Author Share Posted August 24, 2016 (edited) Many thanks! and i know it is my job, the problem is that im pretty new to prestashop files structure, the front office is split in many files and folders nad im afraid to touch something because i dont know how they work yet..... Thanks again... if u know about any guide explaining how prestashop manage the files i would love it! thanks and sorry for being nub X_X Edit: you were talking about the css from the default theme, however i've installed a custom one and everything is different. Edited August 24, 2016 by Tkey1 (see edit history) Link to comment Share on other sites More sharing options...
awiwi Posted August 24, 2016 Share Posted August 24, 2016 it will be a minor change of css styles for default-bootstrap theme just center the block where the newsletter is and move social block to the end on displayFooter modules list .footer-container #footer #social_block { float: none!important; width: 30%; padding: 22px 15px 0 15px; margin: auto; text-align: center; clear: both; } #footer #newsletter_block_left { overflow: hidden; width: 50%; margin: auto; padding: 13px 15px 7px 15px; margin-bottom: 0; } #footer #newsletter_block_left .form-group .form-control { height: 45px; max-width: none!important; background: #3c3c3c; border-color: #515151; color: #fff; padding: 10px 43px 10px 12px; display: inline-block; float: left; } i assume that this is your job, so cmon ;-) it is only minor css modification effect: Yes to edit it from the bootstrap theme is alright, the problem is that i have a custom theme installed and the configuration is different... 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