This topic has 6 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
Hi,
May I ask how can I set the button as full width, in the middle and “sink” to the bottom?
https://ibb.co/9wZrbWW
Link: newerachineseclub.com
Hello,
Add a custom class for row or column that contains this button, then add css code in Custom CSS for page.
For example http://prntscr.com/nt84k4 http://prntscr.com/nt858c > http://prntscr.com/nt85ax
To remove padding from the bottom of page http://prntscr.com/nt868r add this code in Custom CSS for page area:
.content-page {
padding-bottom: 0px;
}
Your prefooter is empty http://prntscr.com/nt86en because a static block is unselected there, so delete the widget http://prntscr.com/nt86nt
Regards
Hello,
I followed your instructions but there is still space on the right side, left side and under the button, did I miss something?
Thank you
Hello,
For now, the button has the full width of container http://prntscr.com/ntfo07 , to make it full screen, change Row stretch – http://prntscr.com/ntfodo
Also, change the previous code http://prntscr.com/ntfpao to
.custom-width-button .mpc-button {
width: 100%;
display: block;
}
Regards
I can do it now, thank you
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up