Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 help

    Thanks

    #1157544

    Hey 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,
    Mike

    #1162022

    hi Mike how can i decrease the text size in the fotter .

    #1162330

    Hi,
    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,
    Mike

    #1162560

    Hi 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.jpg

    And 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

    #1162703

    Hi,
    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.