• Resolved jrlorson

    (@jrlorson)


    Hi – I’ve searched for help on this topic, with no luck. Also no answer in forums. One of my pages is all screwed up. A while back, I tried to edit the CSS (bad idea, since I am a beginner). I uninstalled and reinstalled the theme many times, but this didn’t repair the problem. The ribbon is broken and the text background cut off. It’s on this page:

    https://sweetpalettecakes.com/gallery/

    Is there some way to change the placement / font of the menu bar? Many have told me it is confusing and not easy to find.

    Also, how can I override the theme fonts so that my WP Google Fonts plugin will function?

    I love this theme, and really want to continue to use it. I’d happily give a donation if I could get it set up the way I’d like it. Everyone in these forums basically says “learn CSS,” and I have tried and just not been able in the time frame I have. I’m a writer, a chef, and trying to set up a business – I’m not a programmer. I wish WordPress had some sort of support, since I’m paying for this service, but they don’t. I am not asking someone to do the work for me (seems everyone is also very defensive about that, though forums are voluntary….). Pointing me in the right direction to find the answer is all I’m asking for.

    Thanks so much for any help you may provide, and thanks for a very pretty theme.

Viewing 2 replies - 16 through 17 (of 17 total)
  • Theme Author Caroline Moore

    (@sixhours)

    Odd, I c&p’ed the first set of code into Edit CSS and it saved without problems:

    .hentry:before,
    .hentry:after {
       content: "";
       display: table;
    }
    .hentry:after {
       clear: both;
    }

    Random thought, may not work, but try adding a space between the quotes after content:, like so:

    content: " ";

    If that doesn’t work, I’d submit a bug report here, including the code you’re using and the error(s) you’ve received, as well as what versions of Jetpack and WordPress you’re using:
    https://en.support.wordpress.com/contact/?jetpack=needs-service

    Thread Starter jrlorson

    (@jrlorson)

    The latest update fixed the error, plus tightened up much of the empty space. It looks great now! Thank you so much for all your help, and thanks again for an awesome theme!

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Page formatting skewed’ is closed to new replies.