HI
I’ve created 4 columns in Advanced Layout Builder, added a text block to each, and a thumbnail image with two lines of text within each text block. Problem is, after refreshing the page, the image with its accompanying text shifts downward a little bit when I run my mouse over it. The other 3 do not shift until I run my mouse over those as well. Is there a way to stop the this shifting?
Thank you!
—Freeethinka
Hi freeethinka!
Can you please post a link to the website? How did you add the thumbnails?
Best regards,
Ismael
Hello Ismael,
The site is being built in a sub-directory and loads a little slowly: The 4 thumbnails are on the home page:
http://nzcreation.com/cgi/wp/
I created 4 columns in Advanced Layout Builder
In each case I
– added a text block
– opened text box
– added two lines of text
– clicked on Media and brought in the thumbnail image with ‘centered’ position chosen
Thank you,
—Freeethinka
Hey!
Please try to insert following code into the quick css field to fix the issue
#top .alignleft a, #top .alignleft a:hover, #top .alignleft img, #top .alignright a, #top .alignright a:hover, #top .alignright img, #top .aligncenter a, #top .aligncenter a:hover, #top .aligncenter img{position: relative;}
Regards,
Peter