Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #603993

    Hi Yigit. Please help me to add a blank area unde the footer socket. that it look like this:

    #604123

    Hi diefleischerei!

    I have assigned Yigit for the ticket as he is your favorite, to assist you when he can!
    Thanks a lot for your patience

    Best regards,
    Basilis

    #604533

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    #socket {
        padding-bottom: 25px;
    }}

    Best regards,
    Yigit

    #604676

    Hi Yigit. Much better :)

    #604678

    And second picture here: http://imgur.com/a/wueEU can you help me to get a bigger footer socket at desktop view and center the panel :)

    All the best, Alexander

    #605387

    Any ideas how we can fix this? :)

    #605551

    Hi!

    Please see private content field.
    I am not sure if i am getting this correctly unfortunately. Could you please try to elaborate a bit more if possible?

    Best regards,
    Yigit

    #605554

    I have found a solution :) Thanks!

    But can you help me with code to bring the widget to the center :) thank you. all the best, Alexander

    #605556

    And can you please help me to bring the footer in mobile (responsive) look into form:

    first picture: http://imgur.com/a/JhtNg
    :) Thanks a lot!!!

    #606036

    Hey!

    Please add following code to Quick CSS

    @media only screen and (min-width: 767px) {
    #chatra.chatra--pos-right {
        right: 40%;
    }}
    @media only screen and (max-width: 480px) {
    #socket .social_bookmarks { left: -22%; }}

    Best regards,
    Yigit

    #606045

    Wow. Really cool. Thank you for this.

    Some little adaptions. maybe you can help us here to.

    #606046

    And can you help me to diable this color section here: http://imgur.com/t2fq1vT only at mobile view (responsive) ?

    i use this code, but i still see this green color section on mobile view:

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

    Hi!

    Not sure if i understand the changes you would like to make.
    This is how it looks on my end

    Cheers!
    Yigit

    #606049

    http://imgur.com/Kidq7Ze color section.

    How can i delete the blank white space. i only get this space when i add the custom class: sectionoptin http://imgur.com/567LKT4 to the color section. :)

    #606062

    Hi!

    Firstly, please remove comma here – http://i.imgur.com/Lo1zAzr.png
    Also, you have following code in custom CSS

    .sectionoptin {
        min-height: 280px;
        height: 280px;
    }

    You can give it a different class and it should work fine

    .your-new-class .content { padding: 0 !important; }
    .your-new-class { height: 30px; min-height: 30px; max-height: 30px; } 

    Best regards,
    Yigit

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