Jump to content

Prestashop- how to make Banner full Width


dilshod

Recommended Posts

  • 8 months later...

Hi professionals! I'd like to follow up on this topic.

My website is currently using PrestaShop 1.6.1.10 with default theme.

 

I've searched the forum regarding this topic, but the answer is for lower version and the codes in 1.6.1.10 are not like that anymore.

 

This is my website:

http://baliniasia.com/index.php

 

I'd like to make my banner full width. And hopefully, it can be RWD as well.

 

Thank you and hope this thread can help more newbie like me.

 

Regards,

Polly

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

Hi PollyLin

 

If you open your global.css file in your theme/css/ directory and add this to the end of the file:

 

#header .banner .container { max-width:100%; }

 

This will make the container in just the banner 100%.

 

 

Thanks,

Link to comment
Share on other sites

Hi PollyLin

 

If you open your global.css file in your theme/css/ directory and add this to the end of the file:

 

#header .banner .container { max-width:100%; }

 

This will make the container in just the banner 100%.

 

 

Thanks,

 

Thank you Tarunn!

 

I hope your feedback is helpful to others too! Cuz I have to switch to other ecommerce platform due to some reasons.

 

But no matter what, thank you very much for helping out!!  :) Maybe it'll help me when I get back to PrestaShop someday.

 

Thanks,

Polly

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...