Void5150
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Responsive] Get rid of whitespaceThanks for your help! That worked. I also played around with the padding.
Forum: Themes and Templates
In reply to: Responsive – CSS to shift page title & page paragraphsI did using classes. In my child style.css, I added:
p.shift { position: relative; left: 100px; }
Then in the post I did:
<p class="shift">Text here.</p>
It shifts successfully but it is no longer responsive. I make the browser smaller and the text now bleeds off the page.
Forum: Themes and Templates
In reply to: Responsive – CSS to shift page title & page paragraphsI found out how to shift the headings and paragraphs by using this method:
https://www.w3schools.com/css/css_positioning.aspHowever, when I resize the browser, that which is modified is no longer responsive. It bleeds off the page.
Any ideas?
Forum: Themes and Templates
In reply to: Responsive – CSS to shift page title & page paragraphsI want to shift the page titles and page contents a bit over to the right. Right now they are both aligned to the left.
Forum: Themes and Templates
In reply to: Responsive – CSS to shift page title & page paragraphsThis might clear things up a bit:
By “titles” I mean what you post above the page content. Not the menu bar.
Forum: Themes and Templates
In reply to: Responsive – CSS to shift page title & page paragraphsSorry, I can’t at the moment. It is running on localhost.
Basically I am using the CyberChimps Responsive theme. I want to shift page content and titles a bit over to the right because they are currently aligned to the complete left.
If you have any questions or need certain details, please let me know.
Thanks for your response.
Forum: Themes and Templates
In reply to: Responsive Theme – Where is the CSS?Thanks for your responses.
I am using a child theme of Responsive.
I understand how to modify the CSS, but since I cannot find the original CSS, I am unsure of what to edit in regards to classes and whatnot.