Tagged: yigit
-
AuthorPosts
-
March 28, 2016 at 6:50 pm #603993
Hi Yigit. Please help me to add a blank area unde the footer socket. that it look like this:
March 28, 2016 at 10:31 pm #604123Hi diefleischerei!
I have assigned Yigit for the ticket as he is your favorite, to assist you when he can!
Thanks a lot for your patienceBest regards,
BasilisMarch 29, 2016 at 2:00 pm #604533Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) { #socket { padding-bottom: 25px; }}
Best regards,
YigitMarch 29, 2016 at 4:31 pm #604676Hi Yigit. Much better :)
March 29, 2016 at 4:35 pm #604678And 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
March 30, 2016 at 7:14 pm #605387Any ideas how we can fix this? :)
March 30, 2016 at 11:33 pm #605551Hi!
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,
YigitMarch 30, 2016 at 11:56 pm #605554I 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
March 30, 2016 at 11:57 pm #605556And 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!!!March 31, 2016 at 4:47 pm #606036Hey!
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,
YigitMarch 31, 2016 at 5:00 pm #606045Wow. Really cool. Thank you for this.
Some little adaptions. maybe you can help us here to.
March 31, 2016 at 5:02 pm #606046And 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; }}
March 31, 2016 at 5:07 pm #606048Hi!
Not sure if i understand the changes you would like to make.
This is how it looks on my endCheers!
YigitMarch 31, 2016 at 5:07 pm #606049http://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. :)
March 31, 2016 at 5:22 pm #606062Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.