Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #993313

    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

    #993862

    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

    #994484

    Thanks Ismael,
    the code works create.
    Regards,
    Britta

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Symbol Box – Symbol position displays wrong from 800 – 1024 – Bug?!’ is closed to new replies.