Malks Posted September 29, 2016 Share Posted September 29, 2016 (edited) Hello. I tried set background image for cms page, but image show not all. How to set normally image background for cms columns? http://www.baltmakas.lt/prestashop/themes/default-bootstrap/css/dizainas/kontaktai.jpg I tried this code. But work not correctly. .cms-3 #columns { background: url(dizainas/kontaktai.jpg) no-repeat center center fixed; height:900px; position:fixed; } http://www.baltmakas.lt/prestashop/index.php?id_cms=3&controller=cms&id_lang=2 Edited September 29, 2016 by Malks (see edit history) Link to comment Share on other sites More sharing options...
modprestashop Posted September 29, 2016 Share Posted September 29, 2016 Can you explain what are you trying to do? Even you write correct CSS, you can't see color in background as your image is jpg and it is not transparent image so any background color will be hidden by image itself. Link to comment Share on other sites More sharing options...
Malks Posted September 30, 2016 Author Share Posted September 30, 2016 I just want that code, show all imagine parts. but i don't see all image . https://postimg.org/image/hvtgmzjj3/ Link to comment Share on other sites More sharing options...
NemoPS Posted September 30, 2016 Share Posted September 30, 2016 Actually right now the image is showing correctly, all of it. If you want to pad it from the top just add some px value to the background's top position 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