dt125x
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Responsive menu changeOk, this is it… I put css code in customizr custom css box and it works… Can you suggest me what to do with this plugin, I had some similar problems few time and I am not sure was it becouse of the plugin…
customizr custom css box is not practical … :S
and thanks
Forum: Themes and Templates
In reply to: [Customizr] Responsive menu changeI tryed to find this &qoute but in my custom css it is written like :
.btn-navbar:after{ content:"Menu"; float:right; margin:-16px 0 0 0; }
I wrote it correctly, what can be problem, maybe i should write ” on some other way ?
Forum: Themes and Templates
In reply to: [Customizr] Responsive menu changeI added this to custom css:
.btn-navbar { width: 180px; height: 30px; vertical-align: top; } .btn-navbar:after { content: "Menu"; float: right; margin: -16px 0 0 0; }
1. It just made menu button wider but not with text “Menu” on it?
2. And I would like more responsivenes… Some media query code?
3. How could I bold main menus on responsive menu? Main menus should be darker than sub-menus ?Thanks
Forum: Themes and Templates
In reply to: [Customizr] How to set contact form 7 in one row ?Bravo !
Solved… ??
Yeah I figure it out on harder way ??
Forum: Themes and Templates
In reply to: [Customizr] How to set contact form 7 in one row ?Thats why I tryed with textarea message and it become bigger so I put text message back… Now I will leave textarea message so you can see..
Yeah, thank you d4z_c0nf I am a newbie so I learn while working on this… I was asking myself what are backsticks on first… But google always helps… well,not always as I am boring with questions to you also hehe
Thanks ??
Forum: Themes and Templates
In reply to: [Customizr] How to set contact form 7 in one row ?I need textarea which is 20px height in normal conditions but that you can expand it when you want… Textarea you gave me is fixed and takes some more space…
I inserted in this code
margin-top:-25px;
becouse it suits me the best… Is it ok to set “-” in margin ?Thanks
Forum: Themes and Templates
In reply to: [Customizr] How to set contact form 7 in one row ?Tejas your message form do not have option for streching textarea…
Could you add it ?Thanks
I put those values in css and now it looks good enough for me ??
@media (max-width: 1690px){ .carousel .item { line-height: 350px; overflow: hidden; min-height: 350px; } } @media (max-width: 1300px){ .carousel .item { line-height: 300px; overflow: hidden; min-height: 300px; } } @media (max-width: 1060px){ .carousel .item { line-height: 280x; overflow: hidden; min-height: 280px; } } @media (max-width: 767px){ .carousel .item { line-height: 250px; overflow: hidden; min-height: 250px; } } @media (max-width: 480px){ .carousel .item { line-height: 230px; overflow: hidden; min-height: 230px; } }
Ok,those are original values you wrotted…
I need height od 350px on bigger screen… This is most important thing to me…
Is it possible to write a code which will hold it on 350px height on bigger screen and hold it normal on smaller screen ? So that it holds slider 350 but not effect its responsivnes ?
And yes of course I have to learn media queries… Il try to understand it next days…
Thanks
Forum: Themes and Templates
In reply to: [Customizr] How to set contact form 7 in one row ?My friend you are miracle !!!!!!
Thank you so much ??It looks so easy hehehe but it’s not ??
P.S. If you can solve the slider problem it would be great… But I think it is PHP problem… You can try… ??
Forum: Themes and Templates
In reply to: [Customizr] How to set contact form 7 in one row ?I tryed it with this code but max I could do is this : https://www.apartmentsinmakarska.net/
There is always same point of responsivnes hehe
Forum: Themes and Templates
In reply to: [Customizr] How to set contact form 7 in one row ?So you did this with code below ? I will try harder but it seems to me that I am changing just width of boxes but I can not fix it that it has no margin between each other when scaled down…
@media (max-width: 767px){
.tc-header .wpcf7 .row-fluid [class*=”span”]{
float:left;
}
.tc-header .wpcf7 .row-fluid [class*=”span”]:first-child{
margin-left:1%;
}
.tc-header .wpcf7 .row-fluid .span5{
width:35%;
}
.tc-header .wpcf7 .row-fluid .span7{
width:62%;
}
.tc-header .wpcf7 .row-fluid .span8{
width: 80%;
}
.tc-header .wpcf7 .row-fluid .span4{
width: 18%;
}
}Forum: Themes and Templates
In reply to: [Customizr] Internet explorer menu problem ?I was reading old topics where he said he will give a option in a new update for slider resizing… It was year ago… Could you ask him if he can work on it ? ?? Slider is tooo big hehe