Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #153165
    pastonchase
    Participant

    Hi

    My development site is http://euroculture.paston4.webfactional.com

    Although the menu and header image are responsive the content text in the page is not. For an example visit http://euroculture.paston4.webfactional.com/about-us

    Help Appreciated

    Kind regards

    #153168
    sapana
    Participant

    @pastonchase:Remove the following CSS Code from your Additional CSS.

    .no-sidebar.content-width  #main {
    		width: 1280px;
    }

    Now,
    Go to=> Appearance=> Customize=> Additional CSS

    @media screen and (min-width:1280px) {
        .no-sidebar.content-width  #main {
            width: 1280px;
        }
    }

    let me know if this helps you out!
    Kind Regards,
    Sapana

    #153169
    pastonchase
    Participant

    Hi

    Thanks for the prompt response.

    But I’ve made the change suggested and it still seems to truncate the text instead of being responsive.

    Thanks

    #153170
    pastonchase
    Participant

    Thanks it’s working.

    #153196
    sapana
    Participant

    @pastonchase:
    Hello,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/full-frame/reviews/#new-post .Your review will help others know what to expect when they’re looking
    for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.
    Kind Regards,
    Sapana

    #153242
    pastonchase
    Participant

    Thanks for your support, it was quick and it was right. The only problem I had was caused by my poor typing!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu responsive but not the page content.’ is closed to new replies.