0midgard0
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Responsive logoAwesome! Thank you so much! 🙂
Forum: Themes and Templates
In reply to: [Agama] Responsive logoHi @themevision !
Sorry, but there is still a small problem with the mobile version now.
The “Burger Menu” (3 stripes) now collides with the logo.
I tried a margin for the logo but that doesnt work. Any solutions?
Thank you so much!
Forum: Themes and Templates
In reply to: [Agama] Responsive logoHello, @themevision !
Thank you so much, works perfectly! 🙂
Forum: Themes and Templates
In reply to: [Agama] Responsive logoHello @themevision
Sorry for my late reply, I was on vacation.
I will replace the text with the logo in a few minutes.
Thank you!
Kind regards
Add this code to the Additional CSS:
@media only screen and (max-width: 1200px){
.camera_wrap{
height:400px!important;
}}
@media only screen and (max-width: 920px){
.camera_wrap{
height:300px!important;
}}
@media only screen and (max-width: 600px){
.camera_wrap{
height:200px!important;
}}
.camera_wrap img{
width:100%!important;
height:auto!important;
margin:0!important;
top: 50%;
transform: translateY(-50%);
}Forum: Plugins
In reply to: [Contact Form 7] Checkbox positionGood morning!
Sorry for my late replay and thank you so much for your help.
Unfortunately this doesn’t work completely well. Now, the Checkbox is in line but other parts are broken.
The description of the boxes is now not longer above the box. It is right the box.
I need the 100% width to receive full width of the name, phone, mail boxes.
EDIT:I fixed it by adding seperate 100% width for the boxes:
#Kontaktformular
input[type=”tel”] {
width:100%;
}Now it’s perfect!
Many thanks!
- This reply was modified 7 years, 9 months ago by 0midgard0.
Forum: Themes and Templates
In reply to: [Agama] HTML or structure in Agama Front Page BoxAwesome! Thank you so much! This works perfectly. Great!