Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design This blockquote rule is driving me nuts…

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #275394
    JonJaxn
    Participant

    Please Please can anyone suggest how to remove the centred text from my blockquote at http://www.allsaintsmarket-cambridge.org.uk/hello-world/

    Try as I might, the code won’t change – and yes I’ve overwritten it. Even deleted it completely.

    #275395
    Paulie_D
    Member
    blockquote {
        margin: 20px 0 45px 0;
        padding: 0;
        border: none;
        text-align: center; /* remove, disable or override this */
    }
    

    perhaps

    .postcontent blockquote {
        text-align: left;
    }
    
    #275398
    JonJaxn
    Participant

    Thanks Paulie, tries your suggestion but hey, same thing… It’s like my edits just aren’t happening – any suggestion why that would be?

    #275403
    Paulie_D
    Member

    WP caching your CSS?

    Clear that caches in WP and the browser would be my suggestion but they clearly work in Developer Mode.

    I see you’ve edited the SCSS file…perhaps it hasn’t been compiled?

    #275404
    JonJaxn
    Participant

    It’s okay! Thanks for your help, I’ve cracked it.

    #278039
    JonJaxn
    Participant

    Spoke too soon. I’m still not getting it to play nice.

    https://greenland-fishery.org.uk/whales-whaling-and-the-greenland-fishery/

    How do I remove the uppercase rule, please? It’s being set inline, in the document head…

    #278040
    Paulie_D
    Member

    If it’s in the head then it’s almost certainly added by a plug-in or the like.

    The classes may give you a clue as to which one.

    #278041
    JonJaxn
    Participant

    Thanks Paulie, as I suspected – the theme is making it, perhaps. So where to look for that? There doesn’t seem to be a control in the Theme Options…

    #278044
    Paulie_D
    Member

    Frankly I’m not that familiar with Theme Options

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Design’ is closed to new topics and replies.