• Hi there,

    I recently had to reinstall my website and I am now facing a couple of small issues:

    All the posts and pages are only about 60% width. Not sure how I can change them to appear full width?
    for example : https://kingaleftska.com/intimate-love-story-photographer-venice/

    Also, all my links changed their colour to the same as the rest of the text. What’s the quickest way to change them to a different colour? I mean the ones in posts and in pages, not the ones in the Menus.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .single-wrap {
       width: 100%;
       float:none;
    }
    .single-post {
       width:100%;
    }
    #content a {
        color: red; /* you probably want a different color here */
    }

    To add or override CSS: use the “Additional CSS” option in the customizer. https://ww.wp.xz.cn/support/article/appearance-customize-screen/

    Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Thread Starter kingaleftska

    (@kingaleftska)

    Thank you! It worked perfectly for the links colour.

    Unfortunately no success with the posts and pages width… Is there any other line I could try adding to fix it?

    Unfortunately no success with the posts and pages width… Is there any other line I could try adding to fix it?

    Just change the dashes to underscores in the code given by Steven (ie single_wrap instead of single-wrap and single_post instead of single-post). Everything else remains the same.

    Thread Starter kingaleftska

    (@kingaleftska)

    Thank you so much, it worked!!

    One more thing – I know it’s probably a theme issue but is there any chance to fix the website width when you open it on mobile or iPad? It displays way wider than the screen and requires double tap to fit the screen properly.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Contact your theme’s author/developer. I recommend asking at https://ww.wp.xz.cn/support/theme/zenon-lite#new-post so the plugin’s / theme’s developers and support community can help you with this.

    HOWEVER, note that the them has not been updated in over 8 years. It’s time to find another theme.

    Thread Starter kingaleftska

    (@kingaleftska)

    That’s unfortunately very true… Thank you for all your help! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Site width’ is closed to new replies.