hi yigit. can you please help me to edit this custom css code for the color section:
.sectionoptin {
min-height: 280px;
height: 280px;
}
Can you help me with the code to move the widget tot the top of the color section? http://imgur.com/pWAXWjE
The wiget high is 280px and the color section high is also 280px. can you move it to the top?
And can you help me to deactivate the background image in the color section only for mobile devices? http://imgur.com/wE0IWxo
Hey diefleischerei!
It does look fine on my end – http://i.imgur.com/VrdGKJC.png
Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
.sectionoptin { background: none !important; }}
Best regards,
Yigit
Hi diefleischerei!
move button to the top using this code:
button.bld-el.snp-submit.snp-cursor-pointer {
position: relative;
top: -50px;
}
and adjust as needed.
Regards,
Andy
Thank you. i will try this.
One more thing. Can you help me here in the color section. custom css: “sectionaufz1 ”
To move the text up to the vertical middle and move the icon down to the vertcal middle (css class: kreise-class) http://imgur.com/Rj7LPls
That it looks like this: http://imgur.com/H6hpgyy
Thank you yigit.
Perfect. But i only will disable the backgroudn image. the background color should stay :) :)
@media only screen and (max-width: 768px) {
.sectionoptin { background: none !important; }}
#a5dfa2