Hello,
I’m trying to create an alignment of flags and text like this page:
http://www.apple.com/choose-your-country/
Than i used a TEXTBLOCK with the Custom Css Class name: countries
In the textblock i put something like that:
I created a Quick CSS, like that:
.avia_textblock.countries ul li>a {
display:table;
width:126px;
color:#666;
}
.avia_textblock.countries ul li span{
display:table-cell;
width:86px;
vertical-align:middle;
}
.avia_textblock.countries ul li span span{
width:100%;
*display:block;
*position:relative;
*top:-50%;
}
.avia_textblock.countries ul li>a:hover {
color:#08c;
}
But the end result was considerably different. Do you have any suggestions?
Thanks and a happy new year.
Hi CloudChoice!
Happy new year!
Can you post the link to your page where you have flags so we can take a look?
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-6082 .entry-content-wrapper ul {
list-style: none; }
.page-id-6082 .entry-content-wrapper div li {
text-indent: 0;
width: 130px;
float: left;
height: 70px;
margin-bottom: 20px; }
Regards,
Yigit
Like a glove guy.
Thanks!