Tagged: bug, Symbol Box
Hi,
today I used for the first time the Symbol Box. Settings to display the symbol is at the left side.
But now checking the responsive part I discovered that the symbol displays at top (above the title) instead of at the left side within the range of 800 – 1024.
Looks like a bug?!!
Because the right setting jumps back to left side at smaller screens.
Thanks for taking care.
Regards,
Britta
Hey Britta,
Thank you for using Enfold.
Use this css code to adjust the layout of the icon box element on tablet screens.
@media only screen and (max-width: 989px) and (min-width: 768px) {
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
margin-bottom: 15px;
float: left;
display: inline-block;
}
}
Best regards,
Ismael
Thanks Ismael,
the code works create.
Regards,
Britta