-
AuthorPosts
-
April 12, 2018 at 12:49 pm #940906
Hi,
I tried to find the answer in the forum but I didn’t.1/ On mobile device, icons on list or alone are too big. How can I reduce the size ?
I put a CSS to change the size and border (for desktop). Is it the reason why its stay big on mobile ?
How can ajust the size on mobile ?
Here is the CSS
.av_font_icon.av-icon-style-border .av-icon-char {
padding: 20px;
font-size: 30px!important;
border-width: 1.5px;2/ My footer are 4 column side by side. But on mobile device its stay like that so the column are too small.
How can I put it one below the other ?
Here are the CSS I put (if it help to see what I have already done)
#footer { font-size: 0.8em; }
#footer .first { font-size: 1.3em; }3/ The social media icon that was on the right side of the menu on desktop has disappeared on mobile.
How can I fix it ?4/ On desktop, how can I put some space above and below the logo. The same as example on your demo (Heading “portfolio” by example)
Thanks a lot for your help
April 13, 2018 at 8:43 am #941337Hey annesite,
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) { #av_section_2 .avia-icon-list .iconlist_icon { height: 30px; width: 30px; line-height: 30px; font-size: 20px; } #footer div .av_one_fourth { margin-left: 0%; width: 100%; } } @media only screen and (max-width: 479px) { .responsive #top #wrap_all #header .social_bookmarks { display: block; } }
As for the logo space, are if you add padding or margin the logo will shrink, you probably need to make the header taller in the theme options first.
If you need further assistance please let us know.
Best regards,
VictoriaApril 13, 2018 at 12:58 pm #941468Thanks Victoria,
For icon-list, I changed the size like that (and it’s great !)
@media only screen and (max-width: 767px) {
#av_section_2 .avia-icon-list .iconlist_icon {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 20px;
}
BUT there is 2 problems
1/ On mobile device, the vertical dotted line which links the icons is shifted on the right. Is it possible to get the line in the middle of the icon (same as on desktop) ?2/ On desktop, other icons (not icon-list) in others pages get their border-width thicker. While I modified this in a CSS (see by example the link) :
.av_font_icon.av-icon-style-border .av-icon-char {
padding: 20px;
font-size: 30px!important;
border-width: 1.5px; }
I don’t know if it created a conflict ?For the logo space, I reduced the size of the logo and changed the size of Header. But I don’t know the code to put some space on the top.
When I tried, it made the breadcrumps disappear.
I would like the same space on top as it is actually on bottom.
Can you write me the CSS for that ?For information, here is all the CSS, I put on.
/* pour que le menu ne se superpose pas avec le logo sur petits ecrans */
@media only screen and (min-width:768px) and (max-width:1200px) {
#top .av-main-nav > li.menu-item-avia-special {
display: block;
}
#top .av-main-nav > li.menu-item {
display: none;
}
.responsive #top .av-main-nav #menu-item-search.menu-item-avia-special {
display: block;
}
}/* pour que les icones soient plus petites sur petits ecrans */
@media only screen and (max-width: 767px) {
#av_section_2 .avia-icon-list .iconlist_icon {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 20px;
}#header
.avia_transform .av_font_icon {opacity: 1 !important;}/* F dans menu mobile */
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #header .social_bookmarks {
display: block;
}#faq ul { padding-top:0 !important;}
#footer { font-size: 0.8em; }
#footer .first { font-size: 1.3em; }/* colonnes du footer sur mobile */
#footer div .av_one_fourth {
margin-left: 0%;
width: 100%;
}.av_promobox {border-radius: 8px}
.av_font_icon.av-icon-style-border .av-icon-char {
padding: 20px;
font-size: 30px!important;
border-width: 1.5px;
}
@media only screen and (max-width: 767px) {
#av_section_2 .avia-icon-list .iconlist_icon {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 20px;
}
/* pour enlever you are here sur le fil ariane ou breadcrumps */
span.trail-before {
display: none!important;
}Thanks in advance,
AnneApril 14, 2018 at 12:36 pm #941892Hi annesite,
The code I gave you has no rules for border and so it does not affect that.
Here is the code for logo
.responsive .logo img { margin-top: 10px; }
Can you please attach a few screenshots of the border issue? Which pages is it happening on?
If you need further assistance please let us know.
Best regards,
VictoriaApril 16, 2018 at 7:27 pm #942725Hi Victoria,
The code for logo doesn’t do anything. The problem is on desktop not on mobile device.
Is it the right code for desktop ? I apologize for my approximative english.For the problem of border, I don’t know how to send you a screenshot in this forum. Can you explain to me, please ?
The problem was at the end of the page I sent you last time (I put the links). Near the pink button “En savoir plus”
It is only on desktop.
It is strange, it look like some code don’t work anymore. I put a code to make diseappear the sentence “Vous êtes ici” in the breadcrumps and now the sentence appaer. Maybe, there is something I made wrong when I added new code. I gave you all the code I wrote. Do you see something strange ?Thanks a lot,
AnneApril 18, 2018 at 7:03 am #943444Hi,
Thank you for the update. I can’t find the latest css modification when I inspect the page. There must be an invalid css code somewhere. Please provide the login details in the private field so that we can inspect the css modifications.
Best regards,
IsmaelApril 18, 2018 at 10:42 am #943523Hi Ismael,
I removed the code because it didn’t work anyway.
Here the code I removed :
.av_font_icon.av-icon-style-border .av-icon-char {
padding: 20px;
font-size: 30px!important;
border-width: 1.5px;
}
Here the login.To resume the problems :
– I would like the logo to be centered in height, on desktop. Actually it is too close from the top
– I would like the icon border to be thinner (1.5 px). For example, at the end of the page which I gave the link or at the end of home page.
– On mobile device, the vertical dotted line which links the icons (icon-list) is shifted on the right. Is it possible to get the line in the middle of the icon (same as on desktop) ?
– And if I can remove “vous êtes ici” in the breadcrumps, it would be greatThanks a lot
April 20, 2018 at 4:59 am #944419Hi,
Thank you for the update.
We used the following css codes to adjust the vertical position of the logo, decrease the icon border width and remove the breadcrumb title.
.responsive .logo img { top: 10px; } .av_font_icon.av-icon-style-border .av-icon-char { border-width: 1px; } span.breadcrumb-title { display: none; }
I can’t find the icon list element in the page. Please provide a screenshot of the issue.
Best regards,
IsmaelApril 20, 2018 at 9:42 am #944502Hi Ismael,
Thanks a lot. It’s great.
For the icon list, here is the page where the problem of dotted line is. It is shown only on mobile, on desktop everything is ok.
I saw you put the code on quick CSS. Is it better than in “CSS and JS personalized” ? What is the difference ?
Thanks a lot
- This reply was modified 6 years, 7 months ago by annesite.
April 23, 2018 at 6:04 am #945242Hi,
Thank you for the update.
Adjust the position of the timeline container.
@media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ .avia-icon-list .iconlist-timeline { left: 20px; } }
Best regards,
IsmaelApril 23, 2018 at 11:51 am #945360Thanks a lot !
April 24, 2018 at 8:32 pm #946161Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Basilis -
AuthorPosts
- The topic ‘Mobile device : reduce the size of icons+footer column one below the other’ is closed to new replies.