Tagged: column, logo, Meet the team
-
AuthorPosts
-
April 12, 2019 at 9:29 am #1089984
Hi there,
I got a few questions regarding the design of the Enfold Theme:
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)?
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?
Thanks in advance!
April 14, 2019 at 9:00 am #1090530Hey 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,
VictoriaApril 14, 2019 at 12:32 pm #1090603Thanks 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!
April 14, 2019 at 8:39 pm #1090711Hi leongrage,
I am not seeing it on the website. Where can we see it?
Best regards,
VictoriaApril 15, 2019 at 4:04 pm #1090996Hey,
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”?
April 16, 2019 at 7:02 pm #1091626Hi 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,
VictoriaApril 18, 2019 at 9:53 am #1092355Again:
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.
April 21, 2019 at 12:46 am #1092990Hi,
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,
MikeApril 24, 2019 at 5:45 pm #1094092Thanks Mike! It worked! ;)
April 24, 2019 at 10:14 pm #1094200Hi,
I’m glad this was resolved. If you need addititional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Enfold Design (Enfold 2017, Logo, Column inside distance)’ is closed to new replies.