cag8f
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Content spanning screen widthOK thank ou. I tried that but there was no change. I should maybe note that I am now using a screen with a width of 1920, and the right margin is even more prominent.
Forum: Fixing WordPress
In reply to: Content spanning screen widththeseasonssamui.com
Forum: Fixing WordPress
In reply to: Good CSS forums?Thanks all.
Forum: Fixing WordPress
In reply to: Remove margin/padding from elementI copied and pasted the above code into my style.css, then changed “margin-right” to 1px. That resulted in no change. Clearing my browser cache does not result in any change either, nor did checking in another browser (Incognito Chrome, Firefox). Any thoughts on how to troubleshoot further?
Forum: Fixing WordPress
In reply to: Remove margin/padding from elementOK thanks. I gave used Firebug and determined that editing the entry:
.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta { margin-right: 54px; }
does indeed modify the margin in-question (I confirmed it in real time). However when I enter that same code into my style sheet, the margin does not change.
The DIV element in-question is nested inside a handful of other div elements. When I edit the margin (or padding) property in my CSS file, do I need to somehow specify all of these parent divs?
Forum: Fixing WordPress
In reply to: Remove margin/padding from elementThanks. That’s a bit over my head though. I know what Firefox is. Apart from that, the rest was Greek. How exactly do I set check in real time? And what does it indicate?
Forum: Fixing WordPress
In reply to: Tables in WordPressI see. OK thanks for everything.
Forum: Fixing WordPress
In reply to: Tables in WordPressOK thanks for the info. If I mark up a table by hand (using Notepad), and insert into my WordPress page, will my WordPress theme alter the format of the table?
I’ll look into that plugin.
Forum: Fixing WordPress
In reply to: Modifying css within a media queryNevermind, it startedt o work all of a sudden. Maybe I had a typo earlier.
Forum: Fixing WordPress
In reply to: CSS: remove padding from elementNevermind for now. I need to investigate media queries a bit more.
Forum: Fixing WordPress
In reply to: CSS: remove padding from elementSomething that may be pertinent is that, when I do an inspect element on the element in-question, the FULL information given is:
media="all" @media screen and (min-width: 846px) .content-area, .content-sidebar { padding-top: 72px;
Does this change things?
Forum: Fixing WordPress
In reply to: css: stretch content across screenRegarding the Real Full Width modification, that hid/removed my left menu, which I’d like to keep. I couldn’t figure out how to edit the css to avoid that.
Forum: Fixing WordPress
In reply to: css: stretch content across screenAdding
max-width: 93%;
to my css, so that it becomes.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { width: 100%; max-width: 93%; }
Results in no change. The content still fills only a portion of the screen.
Forum: Fixing WordPress
In reply to: twenty-fourteen theme and tracking codeOK I see why a plugin would be more advantageous than an in-theme solution. Thanks a lot.
Forum: Fixing WordPress
In reply to: twenty-fourteen theme and tracking codeThanks. I have not. I know plugins can provide a solution, but I was wondering if the twentyfourteen theme had this capability built in.