Change how a page looks?
-
It might be that i do not find the configuration options to change this, but I need some help on changing the page-look.
Here is how mine currently looks:

Here is the modifications i want:

So basicly I want it 1. moved so it touches the border on the left and 2. a smooth border top-right.
If you can tell me what to do please tell 🙂
Admin
URL to your site?
(licensed under Creative Commons)
my website is the normal graphene theme with a few edits in color and such,
but i cannot make a normal page look like that… tried many difrent ways aleady
Mod
For #1:
.post.page {
padding-left: 0;
}Although it looks terrible: padding exists to make things more readable. You might want to try a value of 3px, at the very least.
For #2:
.two-columns .post {
border-radius: none;
}Quote:Editing the css with those does not make any difrence in Graphene 1.8.3DO NOT edit parent theme style.css. Add the above code to Graphene Options –> Display –> Custom CSS or child-theme style.css.
Child theme style.css did not work properly even though i copied the custom generated css and followed
http://docs.graphene-theme.com/Customisation_using_a_child_theme
>/content/themes/graphene/graphene-child/style.css
so i decided to put it in the main theme .css, however its probably better to have it in custom CSS so i moved it to there,
still no effect though…
You must place child theme alongside the parent theme, not within the parent theme.
Structure:
wp-content
-themes
–graphene
–graphene-child
Mod
I am not finding a
graphene-childfolder in your themes folder. Please post a screenshot if you can of your directory structure.Also, you are using a very old (1.5.5) version of Graphene. You should update.
Viewing 10 posts - 1 through 10 (of 18 total)
- 1
- 2
- You must be logged in to reply to this topic.
