tabularasamarketing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I place text closer to images?Adsurgeon: It is an OS option, actually a browser option. Not a WordPress option. This is available on all websites.
I had to delete the page, not even “Hello World” would publish on it and then copy the HTML I was able to save off of it and re-do the page. However, I’m concerned of this happening again… any ideas what happened?
Forum: Fixing WordPress
In reply to: My theme only allows 3 menus. I need additional.You will need to add another menu in the functions.php file. Here are some simple instructions from a tutorial I found.
https://www.wpbeginner.com/wp-themes/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/
And then here is the navigation menu codex by WordPress.
Forum: Fixing WordPress
In reply to: How do I place text closer to images?The padding is in the CSS, I can almost guarantee it.
Forum: Fixing WordPress
In reply to: How do I place text closer to images?Without seeing it, it is very hard, if not impossible, to troubleshoot. The thing you are looking for is either a margin on the signature image (my guess is that this is here) which is pushing down the text you are putting below it OR a style on the text that is preventing it from moving up.
I check this by (in Chrome) by right clicking on the element I’m working on (so the signature) & inspecting element. On the right side of the window that will come up in the bottom is the CSS, on the left side the HTML. Make sure the element you are looking for is highlighted in blue by moving your mouse around on the HTML code and look at what CSS properties are on the right.
Rachel
Forum: Fixing WordPress
In reply to: How do I place text closer to images?Do you have a link to the page where you are doing this?
Rachel