Few customizing questions
-
Hello,
First of all, I want to say your theme is clean n’ neat. I love it.
However, I want to do few changes.
1) Is it possible to make the sidebar appear on the right side instead of left?
2) I tried to change sidebar color as well, but the menu (links) turned out pretty light coloured, so i would most likely want to change them as well. But from where?
3) Is it possible to squeeze sidebar little shorter? I tried it from:
#masthead:before {
background: url(‘images/background.jpg’);
background-attachment: fixed;
background-size: 400px auto;
box-shadow: 1px 0 3px 0 rgba(0,0,0,.7);
content: “”;
padding: 1.8em;
position: fixed;
top: 0;
left: 0;
text-align: center;
z-index: -1;
width: 316px;
height: 100%;But, the logo didn’t move and the beautiful “divider” went missing.
Any suggestions?
- The topic ‘Few customizing questions’ is closed to new replies.