-
AuthorPosts
-
November 16, 2019 at 1:56 pm #1157461
hi support
For some reason i cant figure the width of the column of fotter
I have attached two images 1st image of my website how it look my footer and 2nd image is the design which i want to achive.
When i fix the widget width then in small screen it does not wrap the text. :( please helpThanks
November 16, 2019 at 9:58 pm #1157544Hey kensingtoncyprus,
Thank you for the link and the screenshots, when I look at your footer on a small mobile screen the only text that I see that is not wrapping is the two email address that contain no space between them, please add a space before and after the slash “/” then the text will break there.
Please see the screenshot in Private Content area.Best regards,
MikeDecember 2, 2019 at 10:40 pm #1162022hi Mike how can i decrease the text size in the fotter .
December 3, 2019 at 7:15 pm #1162330Hi,
To reduce the text in the footer for all screen sizes, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#footer p,#footer a { font-size: 10px !important; }
Please adjust the font-size to suit.
After applying the css, Please clear your browser cache and check.To do this only for mobile, please use this css instead:
@media only screen and (max-width: 767px) { #footer p,#footer a { font-size: 10px !important; } }
Best regards,
MikeDecember 4, 2019 at 1:02 pm #1162560Hi Mike
Thanks for your kind help but still i cant achieve my goal.
Can you please click on the link below and what i want to achieve
http://test.cyprusgolfvilla.com/wp-content/uploads/2019/12/fotter-oreginal.jpgAnd the fotter which i have in my website is like this
http://test.cyprusgolfvilla.com/wp-content/uploads/2019/12/fotter.jpg
Please tell me how can i adjust contact form button and decrease the width of input box.Thanks
December 4, 2019 at 7:41 pm #1162703Hi,
Thanks for the feedback, I see this form is the “Contact Form 7” please see this post
If you still have issues, Please include an admin login in the Private Content area so we can be of more assistance.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.