-
AuthorPosts
-
July 7, 2016 at 1:53 am #657805
Hi
Referring to post #655405 about horizontal icon list. After applying custom CSS it woks perfectly but it doesn’t display any caption/title, Is there a way to have that meaning to display small text below the icon. In normal icon list text is at left or right but now it doesnt (normal as icons ar horizontal). Maybe some aditional Css for text too :)
Example
O
–Thank you very much
July 7, 2016 at 2:10 pm #658052Hey hdpcr,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitJuly 7, 2016 at 4:20 pm #658131Hi Yigit
There you go. You can check with plugins, Actually i using very few. While you are on this i have noticed when i create the horizontal icon list with more than 3 elements it displays the 4th blank (just the circle) then the rest ok. I have to edit the list replace the icon with any other and save, then go back and put back the same icon again and it works.Weird.
Thank you very much
July 8, 2016 at 2:02 pm #658410Hi,
Please add following code to Quick CSS as well
.my-custom-iconlist1 .iconlist_content_wrap { overflow: visible!important; }
and regarding fourth icon, it does show up fine on my end. Can you please elaborate on the issue you are having? :)
Best regards,
YigitJuly 9, 2016 at 7:42 pm #658822Hi Yigit
Thank you for the additional code. It displays both title and content. But the Title is not aligned to to left bu default. Is there a way to center it? (you can see in the same updated page.
Thank you very much
July 11, 2016 at 11:43 am #659173Hi,
Please add following code to Quick CSS as well
.my-custom-iconlist1 .iconlist_title, .my-custom-iconlist1 .iconlist_content { text-align: center; }
Best regards,
YigitJuly 14, 2016 at 2:58 am #660635Hi Yigit
I have added the last CSS and it doesn’t center the Title yet.Still the same.
Thank you very much
July 14, 2016 at 12:56 pm #660814Hi,
You have following code in Quick CSS
.my-custom-iconlist1 .iconlist_icon { margin-right: 20px; }
Removing margin right value could help. This is currently how it looks on my end
Best regards,
YigitJuly 14, 2016 at 3:51 pm #660902Hi Yigit
So what you are saying i have to remove previously added CSS that control margin? I saw the screen shot and its not totally centered.
Thank you very much
July 14, 2016 at 3:55 pm #660903Hey!
Yes, if you remove right margin value text will be centered. Then you can add following code to Quick CSS increase margin between icons
.my-custom-iconlist1 ul.avia-icon-list li { margin-right: 20px; }
Best regards,
YigitJuly 14, 2016 at 4:08 pm #660915Hi
I did but it didnt work this is the CSS i have/*Horizontal Iconlist and size control*/
.my-custom-iconlist1 ul.avia-icon-list li {
float: left;
clear: none;
}
.my-custom-iconlist1 .iconlist-char {
font-size: 40px;
}
.my-custom-iconlist1 .iconlist-timeline {
display: none;
}
.my-custom-iconlist1 .iconlist_icon {
height: 60px;
width: 60px;
line-height: 60px;
}
.my-custom-iconlist1 ul.avia-icon-list li {
margin-right: 20px;
}
.my-custom-iconlist1 .iconlist_content_wrap {
overflow: visible!important;
}
.my-custom-iconlist1 .iconlist_title, .my-custom-iconlist1 .iconlist_content {
text-align: center;
}July 14, 2016 at 4:12 pm #660920Hey!
Can you please add following one as well
.my-custom-iconlist1 .iconlist_icon { margin: auto; }
Best regards,
YigitJuly 14, 2016 at 4:38 pm #660931Hi Yigit
It worked fine. Thank you so much. Please do not close this post yet as i will use this in a real page and layouts if something else comes up.
Thank you
July 14, 2016 at 6:54 pm #660969Hi Yigit
Last thing. Is it possible to center the whole block of iconlist in a page or section? If i insert them in the Avia editor the set of icons is aligned to the left. I tried to insert them as shortcode in a text block and add div in the top bt it doest work.
Thank you very much
July 18, 2016 at 2:58 pm #662018Hey!
Please edit your section and insert three 1/3 column elements into it and place your icon list element in the middle and leave the ones on the sides empty :)
Regards,
YigitJuly 18, 2016 at 3:05 pm #662025Hi Yigit
I already did that before asking and it really doesnt help . f i have many icons yes it looks like centered but with a few no . And if i have before a color section content that centers in the whole screen its worst :)
Thank you very much
July 18, 2016 at 3:13 pm #662032Hey!
Well, it is going to be a little bit complicated but please try adding one of the following code to Quick CSS
@media only screen and (min-width: 1024px) { .my-custom-iconlist1 { width: 325px; margin: auto; }}
or
@media only screen and (min-width: 1024px) { .my-custom-iconlist1 { left: 35%; position: relative; }}
Best regards,
YigitJuly 18, 2016 at 4:44 pm #662111Hi
The first code seems to be better but it in center the icon list in 325 space with is good for 4 icons and if i have more it break into a second row of icons.If im using full with or color section it waist space. But still very useful to center the block in columns as i tried before and you suggested too.
Its Ok, i understand that its complicated so no worries to find a code for this. If in the future you have some workaround please let me know :)
Now is it possible to achieve the same purpose with inline icons? To have 6 o 7 icons one next other separated by one or 2 spaces, centered in full with or color section, or column?Thank you very much.
July 21, 2016 at 4:43 am #663178Hi,
Insert a text block then add the icon shortcodes manually. Wrap each icons inside a div container. Something like this:
<div class="av_one_seventh first">[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]</div> <div class="av_one_seventh">[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]</div> <div class="av_one_seventh">[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]</div> <div class="av_one_seventh">[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]</div> <div class="av_one_seventh">[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]</div> <div class="av_one_seventh">[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]</div> <div class="av_one_seventh">[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]</div>
After, add this in the Quick CSS field:
.av_one_seventh { width: 12%; margin-left: 1%; float: left; } .av_one_seventh.first { margin-left: 0; }
Best regards,
IsmaelJuly 21, 2016 at 4:32 pm #663452Hi
I will test it and let you know about the results
Thank you very much
-
AuthorPosts
- You must be logged in to reply to this topic.