Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1089984
    #1090530

    Hey leongrage,

    You can upload the bigger logo and we’ll give you the css to adjust it.

    You need to use media queries to change the padding value for different screen sizes. Which elements are you talking about?

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1090603

    Thanks for your reply!

    Okay the Logo is uploaded (link in private section).

    Link of the screenshots also in the private section.

    Thank for your help!

    #1090711

    Hi leongrage,

    I am not seeing it on the website. Where can we see it?

    Best regards,
    Victoria

    #1090996

    Hey,

    i uploaded another screenshot of my mobile device. You should be able to it better. The Border is still 20 px and the text is in my opinion pushed together way to far.

    Whats with the logo and the “Enfold 2017 – Meet the Team page”?

    #1091626

    Hi leongrage,

    https://cl.ly/f7b0de95baad Do you mean you want to remove the box shadow here?

    I am not sure I understand what you mean by this:
    “Whats with the logo and the “Enfold 2017 – Meet the Team page”?”

    Best regards,
    Victoria

    #1092355

    Again:

    1. On my Website I want to get the look of the “Enfold 2017 – Meet the Team page”. How do I get the look?

    2. I used some columns on my website but I changed the inside distance to 20px so I can place text in it without the text touching the border of the column. On Desktop it looks really good but on mobile the 20px inside distance looks bad. How can I change the inside distance so that on desktop it ist 20px but on mobile its smaller (about 5 px or so)?

    In the private Section is a screenshot for you to understand what distance I mean.

    3. I wanted to change the logo on my website to a higher resolution but without the logo itself getting bigger. When I change the logo to a higher resolution it simply gets bigger. How can I manage to get the same width and hight but with a higher resolution logo?

    Until now you were not able to help me with either one of my 3 questions.

    #1092990

    Hi,
    I took a look at your columns in your screenshot that has the 80px padding for desktop, and that you want to be less for mobile.
    I assume you tried using a percentage instead of a px size? But we can adjust these columns with css for mobile screens, it would be easier to add a custom class to all of the columns that you want to target. Without a custom class we have to find something in common with them all, so I see that most of them are “three fifth columns” and tested this css:

    @media only screen and (max-width: 767px) { 
    div.flex_column.av_three_fifth {
    padding: 15px !important;
    }
    }

    which worked on your “leistungen-social-media” page. Please give it a try and adjust to suit. Be sure to clear your browser cache, and if it doesn’t work at first also try the css in the WordPress > Customize > Additional CSS field.

    Best regards,
    Mike

    #1094092

    Thanks Mike! It worked! ;)

    #1094200

    Hi,

    I’m glad this was resolved. If you need addititional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold Design (Enfold 2017, Logo, Column inside distance)’ is closed to new replies.