jasmine_noronha 0 Share Posted September 3, 2020 Site URL: https://www.jasmine-noronha.com/about hello! trying to center the "contact" button on mobile view only. please note that this button is embedded in the subtitles of the image. see photos attached for reference. is there a code that will allow me to do this? any help would be greatly appreciated. thanks! Link to post
0 tuanphan 8,928 Share Posted September 3, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1594303622143_10863 { .image-button-inner { text-align: center !important; width: 100%; } .image-card { width: 100%; } .image-subtitle-wrapper { width: 100% !important; } } } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 jasmine_noronha 0 Author Share Posted September 3, 2020 @tuanphan amazing - thanks! is there a way to make the "cv available upon request" centered as well? Link to post
0 tuanphan 8,928 Share Posted September 12, 2020 On 9/3/2020 at 10:10 PM, jasmine_noronha said: @tuanphan amazing - thanks! is there a way to make the "cv available upon request" centered as well? @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1594303622143_10863 p:last-child { text-align: center !important; } } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
jasmine_noronha 0
Site URL: https://www.jasmine-noronha.com/about
hello! trying to center the "contact" button on mobile view only. please note that this button is embedded in the subtitles of the image. see photos attached for reference. is there a code that will allow me to do this?
any help would be greatly appreciated.
thanks!
Link to post
Top Posters For This Question
2
2
Popular Days
Sep 3
3
Sep 12
1
Top Posters For This Question
jasmine_noronha 2 posts
tuanphan 2 posts
Popular Days
Sep 3 2020
3 posts
Sep 12 2020
1 post
Posted Images
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment