Forum Replies Created
-
AuthorPosts
-
March 8, 2016 at 4:23 pm in reply to: Full-width Content / Background-color of site-inner: but not completely #180947
sharkpunk
Memberhmm stupid advertising..
again:
thanks, how can I use that line only for the specific div?
Because now the complete site-inner is 100% width, but I only want the background of the boxes on 100%.
March 8, 2016 at 1:51 am in reply to: Full-width Content / Background-color of site-inner: but not completely #180888sharkpunk
Memberthanks, how can I use that line only for the specific div?
Because now the complete site-inner is 100% width, but I only want the background of the boxes on 100%.
March 7, 2016 at 3:42 pm in reply to: Full-width Content / Background-color of site-inner: but not completely #180825sharkpunk
MemberHi Christoph,
sorry, the email notification for new answers landed in my spam folder.
I ve tried that, when you look now on the page, there is a div named "studiop" and there is still
margin on the left and right side.In my stylesheet is this:
.studiop {
background-color: #4682b4;
margin-bottom: 20px;
text-align: center;
}..........You can be more specific by adding .site-inner .wrap to the style.css........
There already is a .wrap and .site-inner in the stylesheet. How do you mean that?
February 26, 2016 at 1:31 pm in reply to: Full-width Content / Background-color of site-inner: but not completely #180002sharkpunk
MemberNobody who has an idea??
If you look on the side you will see three HOME buttons.
I experimented each on a different way:
HOME:
Changed .site-inner background color.
But: when I add a box it is not full width, because of .wrap. When I set .wrap to max-width:100%, the content, header and menu is exactly to the edge, that wasn't my goal.
HOME 2:
Table via html, but again:
.wrap shrinks the table and there is space on both sides.
HOME 3:
added an image on .site-tagline-right.
Problem: I can't add text to the tagline and the image isn't responsive.
And I want more of these full with bars.Now, HELP PLS. I am an absolutely beginner and can't fix this.
February 19, 2016 at 9:45 am in reply to: Minimum Pro Theme: Removed the site-tagline, no space left #179392sharkpunk
Memberok I have it, just added: "height: 130px;"
first selfmate snippet, im proud 😀
February 19, 2016 at 9:37 am in reply to: Minimum Pro Theme: Removed the site-tagline, no space left #179391sharkpunk
MemberHey Neil, thank you, it worked.
Do you know, how I can adjust the header-size? I want the header bigger.
sharkpunk
MemberI've tried with this code in the header-script of the theme-settings:
<!DOCTYPE html>
<html>
<head>
<style>
p::before {
content: "<i class="fa fa-university"></i>";
}
</style>
</head>
<body>
</body>
</html>But then it shows like this: http://up.picr.de/24569844mh.jpg
when I omitting the quote chars, nothing appears.
the url of my site is http://cash-academy.de
What I should do?
sharkpunk
MemberHey Victor,
thank you!
That was quite easy, I taught it has to to do something with "margin", now I've edited the css file and now its done.
Very nice, I'm satisfied 🙂
Greets
Kaan -
AuthorPosts