numbers and caption are not responsive to the screen width
-
Hi everyone and apologies if these question have been answered already.
I am currently working on my website and noticed that
the left screen spacing of numbers and captions is different to the text below (which was defined via set frame). I want the numbers and captions to have exactly the same left screen spacing as the elements defined by set frame.The numbers padding is set to 15px. In the mobile and desktop version it looks fine but in the tablet version you can see the problem clearly. Do you have any idea how to fix this? Website: anniksoja.com
Thank you for your help!
-
-
Dear @iinnas
You can set the 'px' to '%' if needed.
CSS can be added via:Lay Options > Custom CSS & HTML > Custom CSS
Or:
Customize > CSS
Targeting the captions with:
.captions-wrap{ // Define CSS here, E.g - margin-left:3%; }Additionally:
Hope this helps you in the right direction @iinnas & have a wonderful day, thank you for using Laytheme 🌝
Sincerely
Richard
-
-
hey! link?