Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1043327

    I have created a separate page to act as a footer widget, which is simply a right aligned ‘icon box’ within a full width column. It works as expected for all screen sizes except for tablet, where at around 950px the icon jumps above the text. I cannot understand why it does this, as there is plenty of room to the left.

    Any help or advice on how best to solve this issue would be much appreciated, the link and login deets have been sent privately – and the icon box in question is the ‘back to top’ text and arrow icon at the bottom right of each page.

    #1045776

    Hey Birdster,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .backtotop.iconbox_right_content .iconbox_content {
    display: inline-block !important;
    }
    #top .backtotop.iconbox_right_content .iconbox_icon {
        float: right !important; 
    }

    Best regards,
    Mike

    #1046105

    Thanks Mike, worked a treat.

    #1046166

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1046313

    Never really understood why the issue did occur on tablet size screens, but the code works – so please close the topic.

    #1046652

    Hi Birdster,

    Glad to hear that it’s resolved.
    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘custom footer page causing an odd icon jump at certain screen widths.’ is closed to new replies.