Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1071847

    Hallo zusammen.
    Möchte euch auch einmal loben
    -:) Super Support
    -:) Super Theme

    Meine 1. Frage:
    Ist es möglich per CSS dir Abstände (Screenshot)
    auf den mobilen Geräten einzustellen.

    Meine 2. Frage:
    Wenn ich das Enfold Theme mehrere Male einsetze, muss ich das Theme mehrere Male bezahlen.
    und wo kann ich diese Lizenzen registrieren.

    Danke
    Fraeundliche Grüsse
    Franz

    #1072971

    Hallo Franz,

    1. I can’t see a screenshot, could you link to where we can see the element in question instead please?

    2. One license is only valid for one domain including sub-domains. If you need further licenses then you can simply purchase more at Themeforest.

    LG,
    Rikard

    #1073037
    This reply has been marked as private.
    #1073743

    Hi Franz,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1073765
    This reply has been marked as private.
    #1075106

    Hi Franz,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     @media only screen and (max-width:767px){
         .avia_textblock p {
             margin: 0;
         }
     }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1075107

    Hi Franz,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     @media only screen and (max-width:767px){
         .avia_textblock p {
             margin: 0;
         }
     }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1075444
    This reply has been marked as private.
    #1076858

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    
    @media only screen and (max-width: 767px) { 
    main.template-page.content {
    padding: 0px !important;
    margin: 0px !important;
    }
    main > .avia_textblock  p {
    padding-bottom: 0px !important;
    }
    #main div.flex_column {
    margin-bottom: 0px !important;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1076947

    Hallo Mike
    vielen herzlichen Dank
    jetzt passt es supper

    schöne Grüsse
    Franz

    #1077038

    Hi,
    Ich bin froh zu hören, ich gehe davon aus, dass wir das jetzt schließen können, aber ich möchte zuerst fragen. Sollen wir das dann schließen?

    — Translated with Google —

    Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?

    Best regards,
    Mike

    #1077043

    Vielen Dank
    Diese Anfrage können Sie schliessen.

    Schöne Grüsse Franz

    #1077066

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Widget Abstände mobil’ is closed to new replies.