Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1489461

    The pages on the Child Theme of my staging site (please see Private Content) are not responsive.
    When viewed on smaller screens and tablets, the Special Headings, Text Blocks and Buttons do not align with one another on the top Columns of the Home page.
    When viewed on smaller screens and tablets, the text in the Widgets on the Right Sidebar is cutoff on the Blog page.
    Can you please check all screen sizes and please help me fix this?
    Thank you.

    #1489472

    Hey classywebsites,

    Thank you for the inquiry.

    You can add this css code to adjust the font size of the widget button and prevent it from getting cut off.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #custom_html-2 button {
        font-size: 16px;
        word-break: keep-all;
      }
    }
    

    Regarding the columns on the homepage, the one in the middle has a longer text, so it doesn’t align with the other columns. Shortening the description should help.

    Best regards,
    Ismael

    #1489502

    You were right about the Columns on the Home page – Thank you.

    Regarding the Widgets on the Right Sidebar
    I tried that code, but it did not seem to fix the issues.
    In this image you can see in the Right Sidebar the Sign Up for Our Newsletter for the Custom HTML Custom Widget and the ARTICLE CATEGORIES words are for the Categories Widget is being cutoff on smaller screens and tablets.
    https://freeimage.host/i/enfold-screenshot-2025-09-23-141331.KcYwMWN

    Can you please check all screen sizes and please help me fix this?
    Thank you.

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