kingklick
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Why Do All New WordPress Themes Have Empty Style.css Files?@clorith thank you so much for the reply. That makes sense, but here is my question then. I am trying to edit the size of the text for my “site description” aka site tagline text, but every time I do, and I change the text size, the changes don’t stick as it seems like the theme itself overrides my changes to a default value. In the older style themes this is something that would be declared in the style.css file, but where is this code that is overriding my changes most likely located in these new Block Themes?
UPDATE: I was able to get it to finally work by using my font plugin I’ve been using and enable the “force styles” option. Now my font size changes stick as they should. It’s weird how I never had this issue with changing font size anywhere else on my site at all, except when I went to change the font size of my site description aka tagline. Anyway, I’m just glad it worked. Thanks for all your help!
- This reply was modified 1 year, 3 months ago by kingklick. Reason: Update: I fixed my issue
Forum: Fixing WordPress
In reply to: Header Area Format Looks Different in ChromeBump. Any ideas?
Forum: Fixing WordPress
In reply to: Header Alignment Out of Whack@sterndata oh my goodness thank you so much this actually did something! Let me ask you this then, what would the code be to move the bullet points along with their text to the right hand side?
Forum: Fixing WordPress
In reply to: PLZ HELP! “List” aka Bullet Point Spacing Issues@jawadzahid10 Thank you for your help so far. I am using WordPress for this website.
Forum: Fixing WordPress
In reply to: PLZ HELP! “List” aka Bullet Point Spacing Issues@jawadzahid10 I’m so sorry, I am new to CSS to be completely honest, but I am a quick study. Are you saying I need to add a section at the end of my stylesheet: .head-mast ul?{list-style-position: inside;}
And then below the the .head-mast section I just added, put the code you just mentioned? Can you show me an example of what that might look like? It’d help a ton if you could edit my stylesheet and tell me what you added/changed so I can learn. I’d be very grateful.
I have uploaded the stylesheet for my theme here: https://drive.google.com/file/d/1cQAp1_mbfx6RFBnqEcMbuh2OE6SDJ2ZP/view?usp=share_link
Forum: Fixing WordPress
In reply to: PLZ HELP! “List” aka Bullet Point Spacing IssuesHey @jawadzahid10 thanks for the reply friend. You are referring to the main stylesheet of my theme correct? I understand how to add this code you recommended to my stylesheet, but how would I go about adjusting the width of my columns? Thank you by the way.