• Somehow my text in all posts is right justified & the font is now too small.
    I’ve read a few posts that mention these parameters are changed in the theme’s css. I couldn’t find where to make the changes, but also tried to reinstall the original .css file which didn’t work. Also images that I’ve added are being right justified.

    I then tried switching to the default theme and everything worked fine.

    My guess is that I’ve messed up my theme (2Exquisite) somehow, but I’m not sure how?

    Any suggestions? https://www.superiorgender.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Seems to be fine for me under FireFox.

    You have some embedded styles

    @import url( https://superiorgender.com/wp-content/themes/2Exquisite/style.css );

    /* Menu of the Left */
    #content {float: right;}
    #sidebar {float: left;}

    .wp-polls ul li {
    text-align: left;
    list-style: none;
    }
    .wp-polls ul li:before, #sidebar ul ul ul li:before {
    content: ”;
    }

    span.webdeveloper-div-order { background-color: #ffff99 !important; border-color: #ffcc66 !important; color: #000000 !important; -moz-opacity: 0.7 !important; opacity: 0.7 !important; }

    the #content {float: right;} line is the cause of your issues – delete it and the content moves to the left.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text right justified & font too small’ is closed to new replies.