Forum Replies Created
-
AuthorPosts
-
Hello Rikard,
I removed the backround…my goal is to have it like on the screenshot …In the screenshot you can see that Hoover also has settings for passing … there is a white, transparent background?
How can I set it so that Hoover has a colored border but the button itself is white?Thank you, we are one step further! :-)
How do I get it that there is a limit around the button?
The distance between the button and the gray border is too big, see screenshot.
I’ve already tried:background-color: white;
padding: 0 15px 0 15px !important;and
border: 10px solid #FFF !important;
But without success.
Hello, I tried it, but it doesn’t work.
Hello, I may have misrepresented how I want it to be. The heading should slide down as far as you can see on the screenshot.
Hello, the button is inside the layout element … if I have margin: 20px; the layout element is enlarged.
Hello we have it! :-)
Super thank you!!!On another page I still have the problem that the button is too high, see screenshot. How do I get it down further?
Hello, as I wrote above, I need 2 different buttons …
1. Button with white border … that works with:
.avia-button {
border: solid #fff! important;
border-width: 0 10px 0 10px! important
}2. Button (see screenshot) … I don’t want a white border there. No CSS class is currently assigned to this button. What content must a CSS class have so that a white border is not assigned to this button?
Ah, okay…darauf wäre ich nie gekommen! Vielen dank!!
Hello, that worked out fine … now I wanted to do it for another page too and I exchanged the page ID … but it doesn’t work. Why?
your code with site id 912
.page-id-912 #av_section_3 .av_one_third {
margin-left: 0;
width: 33%;
}my code with site id 717
.page-id-717 #av_section_3 .av_one_third {
margin-left: 0;
width: 33%;
}Hello, the “problem” is that if I don’t assign a CSS ID, the left and right is the white space … I have:
.custom-button .avia-button {
border: solid #FFF !important;
border-width: 0 15px !important
z-index: 2;
z-index: 2;
float: none !important;
top: -68px !important;
font-weight: 700;
}.avia-button{
border: solid #fff !important;
border-width: 0 10px 0 10px !important
}How do I manage to define an ID using CSS and assign it to the corresponding buttons, without the space left and right?
So … I want 2 different buttons!
1. Button – with white space left and right … this button works! These buttons do not have a custom CSS class.
2nd button – WITHOUT white space … I don’t have this button yet! Which custom CSS class do I need there? Look at the screenshot please…
Second link is site URLFor a better understanding … I would like to have 2 different buttons.
1. A button with white space on the left and right.
2. A button without this white space.1. I currently already have … but how can I assign the properties of 2. to other buttons?
Hello, it doesn´t work…I have left and right white border. I want it wothout border…
Hello, can you please check my problem…
As marked in red on the screenshot, there is an area that I would like to have gone … but don’t know how to do it. Everything I have tried does not work.
Okay, the text is now in the middle … but I mean left and right of the heading, see screenshot … I want 15px space left and right … now there are a lot more.
Hello, we are already one step further! :-)
Basically it works, but the distance to the left and right is too big … if you look at the side again …Oh, that´s it! :-)
Thanks very much!Hello, I have attached the link to the page where you can see the error … and 2 screenshots … Screenshot 1 as I would like it … that the heading is above, above the frame!
Screenshot 2, it is already correct, there it is as I want it to be.
Where it’s already right, it’s 1 column … with 2 columns I can’t get it right.Hello, I have a question about the buttons. Since I needed a white background for some buttons on the left and right, I used padding to set spaces … that works too.
But I don’t need that for other buttons, so left and right a white space (see screenshot) … how can I change that for individual buttons?Yes. I have … if I delete that, the whole thing moves higher … but the problem with the headings remains.
Hello, not really … I can’t explain why there are 2 different fonts
Hello, here is the link…
Hello, here is the screenshot … I have 2 different fonts and don’t know why? Ninja and Quicksand ?! I’ve only tested different fonts … but I want ONE font.
We have it!!!! Many thanks for your patience!!! :-)))
Hello Jordan,
here is the link…Hello?
Hello,
please look at the screenshot…That´s I want! ;-)
For the heading I “schongewusst” the custom CSS class. The headline is also above the text field, but in its full width. However, I would like to see a 10px white background on both sides of the text, and then the frame of the text field begins.
.headline {
display: block;
z-index: 2;
padding top: 10px;
padding-right: 10px;
padding-left: 10px;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
background-color: #fff;
}Ah, now! :-)
Thanks very much!Hello, I inserted, but it doesn’t work
-
AuthorPosts