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.
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
Thanks Mike, worked a treat.
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
Never really understood why the issue did occur on tablet size screens, but the code works – so please close the topic.
Hi Birdster,
Glad to hear that it’s resolved.
Thanks for using Enfold and have a great day :)
Best regards,
Nikko