Forum Replies Created

Viewing 30 posts - 31 through 60 (of 99 total)
  • Author
    Posts
  • in reply to: button border left right #1267038

    Hello Rikard,
    I removed the backround…my goal is to have it like on the screenshot …

    in reply to: Hoover Button #1266887

    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?

    in reply to: button border left right #1266787

    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.

    in reply to: button border left right #1266508

    Hello, I tried it, but it doesn’t work.

    in reply to: button border left right #1266348

    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.

    in reply to: button border left right #1266298

    Hello, the button is inside the layout element … if I have margin: 20px; the layout element is enlarged.

    in reply to: button border left right #1265953

    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?

    in reply to: button border left right #1265706

    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?

    in reply to: 1/3 elements without space… #1265558

    Ah, okay…darauf wäre ich nie gekommen! Vielen dank!!

    in reply to: 1/3 elements without space… #1265499

    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%;
    }

    in reply to: button border left right #1265431

    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?

    in reply to: button border left right #1265028

    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 URL

    in reply to: button border left right #1264709

    For 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?

    in reply to: button border left right #1264554

    Hello, it doesn´t work…I have left and right white border. I want it wothout border…

    in reply to: headline higher #1264454

    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.

    in reply to: headline higher #1263044

    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.

    in reply to: headline higher #1262853

    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 …

    in reply to: different fonts #1262724

    Oh, that´s it! :-)
    Thanks very much!

    in reply to: headline higher #1262719

    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.

    in reply to: button border left right #1262640

    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?

    in reply to: headline higher #1262463

    Yes. I have … if I delete that, the whole thing moves higher … but the problem with the headings remains.

    in reply to: different fonts #1262431

    Hello, not really … I can’t explain why there are 2 different fonts

    in reply to: headline higher #1262097

    Hello, here is the link…

    in reply to: different fonts #1261981

    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.

    in reply to: Customer recommendation #1260804

    We have it!!!! Many thanks for your patience!!! :-)))

    in reply to: distance between columns #1260297

    Hello Jordan,
    here is the link…

    in reply to: Customer recommendation #1260080

    Hello?

    in reply to: Customer recommendation #1259587

    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;
    }

    in reply to: listing points #1259581

    Ah, now! :-)
    Thanks very much!

    in reply to: listing points #1259509

    Hello, I inserted, but it doesn’t work

Viewing 30 posts - 31 through 60 (of 99 total)