Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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

    #600438

    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

    #600440

    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

    #600446

    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

    #600448

    Thank you yigit.

    #600452

    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

    #600487

    Hi!

    Please change the code to following one

    @media only screen and (max-width: 768px) {
    .sectionoptin { background: #a5dfa2 !important; }}

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.