- This topic is empty.
-
AuthorPosts
-
July 31, 2015 at 4:51 am #205825
braisremeseiro
ParticipantHi,
I have the following code:
http://codepen.io/anon/pen/mJaegw
And I am trying to adapt the images for different devices.
What should I do?.
July 31, 2015 at 5:03 am #205826Paulie_D
MemberWhat should I do?.
Firstly, please don’t dump raw code like that it takes up way to much space, make a codepen demo (even if it’s just CSS).
I’ve done that for you and provided a link for those who want to take a look at it.
Next…it would be helpful if you could clarify what “And I am trying to adapt the images for different devices.” means…especially as the CSS doesn’t reference images at all.
Adapt how…and why.
July 31, 2015 at 5:19 am #205830braisremeseiro
ParticipantThanks for reply.
I have three background images that belong to different sections of the website:
luscoefusco13.es
I have the problem to see completely the background images in different devices such as mobiles, tablets and computer (max. 1900 X 1080). I downloaded the template and now I have troubles to edit it. Please, Do you need more descriptions?.
This is the whole .css code:
July 31, 2015 at 6:43 am #205835Paulie_D
MemberYou might want to look into some of Chris’ articles..I’m fairly sure he had one on perfect full screen images.
Search this site.
July 31, 2015 at 7:26 am #205837braisremeseiro
ParticipantAnd How about change the color to the fields of the form to white?:
July 31, 2015 at 7:49 am #205838Paulie_D
MemberYou Codepen doesn’t seem complete.
July 31, 2015 at 7:52 am #205839braisremeseiro
ParticipantJuly 31, 2015 at 8:45 am #205841braisremeseiro
ParticipantHas it solution?.
July 31, 2015 at 8:50 am #205842Paulie_D
MemberHas it solution?.
Patience dude!
From the code you supplied it looks like a div with this styling.
.box { background: #cf6b68; color: #ffffff; padding: 2em; }
So that color is showing through. Have you tried applying a background color to the
textarea
orinput
elements?It looks like the defauly styling is turning it off
background: none;
July 31, 2015 at 9:28 am #205843braisremeseiro
ParticipantI tried to change without a good result. The color I want to change is the #a1b8b1. I put #ffffff in the background: none; and it does not seems good. When you have a little time, please Can you help me?.
Many thanks.
July 31, 2015 at 3:26 pm #205844braisremeseiro
ParticipantHey, Did you find the solution?.
July 31, 2015 at 11:36 pm #205848Paulie_D
MemberNope…but then I wasn’t looking, I have to sleep sometime.
I suggest you start checking your code with the developer tools that come with your browser so that you can understand what is happening and why.
August 1, 2015 at 11:14 am #205866braisremeseiro
ParticipantHey Paulie,
This code was posted in another website to obtain different images for devices.
http://codepen.io/anon/pen/GJPEXW
Can you help me?.
August 1, 2015 at 11:37 am #205870braisremeseiro
ParticipantI offer 15$ if you solve my problem.
August 1, 2015 at 9:48 pm #205882braisremeseiro
ParticipantPaulie, I have two index files, one in html and other in php. The php is that I want to use…Can you help me because it uses first the html?.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.