Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.December 22, 2021 at 9:12 pm in reply to: I want to change the number of widget at the bottom in my site. #106935
FocuxTheme Support
KeymasterHi
If you don’t want to use Child theme, you can try to add these CSS to Appearance > Customize > Additional CSS
#bottom_widget .container .four.columns:nth-child(4) { display: none; } #bottom_widget .container .four.columns:nth-child(3) { margin-right: 0; } #bottom_widget .container .four.columns { width: 30%; } @media only screen and (min-width: 960px) and (max-width: 1199px) { #bottom_widget .container .four.columns { width: 30%; } } @media only screen and (min-width: 768px) and (max-width: 959px) #bottom_widget .container .four.columns { width: 30%; } } @media only screen and (min-width: 767px) { #bottom_widget .container .four.columns { width: 100%; } }December 18, 2021 at 4:54 pm in reply to: I want to change the number of widget at the bottom in my site. #106873FocuxTheme Support
KeymasterHi
Are you using the child theme now? If yes, you can create temporary login details if possible. I will help you create a new footer template.
Thanks
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
