Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #850643

    Hallo, ich hab auf meiner Startseite in der ersten color section unter dem Layer Slider ein negatives margin eingefügt und separat für die erste und dritte Kolumne jeweils ein hohes positives padding, damit nur das Bild von meinem freebie in den Slider überlappt. Ich möchte nun, dass dies nicht auf der mobilen Ansicht berücksichtigt wird, da die Abstände zu groß werden. Wie kann ich das machen? Die in den anderen Posts vorgeschlagenen Methoden funktionieren nicht.
    Danke und viele Grüße

    #850916

    Hey betty007,

    You can adjust this section using this code, put this 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) {
       .flex_column.av_one_half.avia-builder-el-2
      {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        padding: 0px !important;
      }
      .size-full.wp-image-5538.aligncenter {
        width: 30%;
      }
      .flex_column.av_one_fourth.avia-builder-el-4,
      .flex_column.av_one_fourth.avia-builder-el-6  {
        padding: 0 !important;
        margin: 0 !important;
      }
      .flex_column.av_one_half.avia-builder-el-2 h3 {
        font-size: 16px;
        margin-bottom: 0px;
      }
       .flex_column.av_one_fourth.avia-builder-el-4 p {
        padding: 0;
        margin: 0;
      }
    }
    

    or hide it using screen options
    https://cl.ly/081v170r3u3l

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #859810

    Thank you very much! It worked a bit. I have changed now the elements in the color section. On the mobile phone there is still a little bit to much space over and under the first text. Maybe you could have a look and give me a hint for that to change.
    Best regards,
    Bettina

    #859990

    Hi,

    You need to clear your cache before to check the mobile phone. If the issue persists, could you provide to us a screenshot? This way we can take a look at this and provide the correct code.

    Best regards,
    John Torvik

    #860180

    Hi Torvik,
    please have a look via your mobile phone to:

    Thank you!

    #860747

    Hi,

    You can always adjust the number of the media querie and then the values based on that, so you can change the options.

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.