I’m wondering if there is a way I can center my code block within my layout elements. It looks a bit funky with what I am trying to do especially the 1/2 layout element.
thank you!
Hey isaaccolavecchio,
I can see all of the images are off to the left,
Try this code in the General Styling > Quick CSS field:
#top.page-id-1012 .flex_column {
text-align: center!important;
}
Best regards,
Mike
That did it thanks!
Also the link rollover doesn’t work (the arrow doesn’t pop up) until the second time the mouse rolls over. Is there a fix for this? Thanks!