-
AuthorPosts
-
March 18, 2016 at 5:06 pm #600411
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
March 18, 2016 at 5:28 pm #600438Hey 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,
YigitMarch 18, 2016 at 5:29 pm #600440Hi 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,
AndyMarch 18, 2016 at 5:32 pm #600446Thank 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
March 18, 2016 at 5:36 pm #600448Thank you yigit.
March 18, 2016 at 5:39 pm #600452Perfect. 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
-
This reply was modified 9 years, 7 months ago by
diefleischerei.
March 18, 2016 at 6:39 pm #600487 -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
