Wallbreaker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Barista] sidebar problemForum: Themes and Templates
In reply to: [Barista] sidebar problemHello
Please don’t use previous solution and look at this one instead.
Please change css styles or add this code into the custom.css:#container { display: table} .site-content { width: 550px;}Regards,
WallbreakerForum: Themes and Templates
In reply to: [Dustland Express] How can I make the side bar smaller?Hello
In case you are talking about http://www.abovethefirehouse.com/
Please change max-width in custom.css value for
.yui-t2 .yui-b {
max-width: 162px;)Regards,
WallbreakerForum: Themes and Templates
In reply to: [Great] Right align menuHello
Would you mind to provide us with url to your site?
Regards,
WallbreakerForum: Themes and Templates
In reply to: How to change font type and size on sidebar menuHello os3_tu. Please add following code into the custom.css file you are using:
/* implementing google fonts in example purposes */ /* latin */ @font-face { font-family: 'Coustard'; font-style:italic !important; font-weight:bold; src: local('Coustard'), url(https://fonts.gstatic.com/s/coustard/v6/CiiNyGc8YnqCRxLykGN1ofesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* latin */ @font-face { font-family: 'Coustard'; font-style:italic !important; font-weight:bold; src: local('Coustard-Black'), url(https://fonts.gstatic.com/s/coustard/v6/zZrOBKsm_2zXTCex2CMWjY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* Change sidebar style for home page (".page-id-7" is the selector for home page. Please open your site in development tools in Chrome or similar software in opera and check <body> tag to see what is the current page id.)*/ .page-id-7 .sidebar .widget li a{font-size:15pt !important; font-family: 'Coustard' !important;}Regards,
WallbreakerForum: Themes and Templates
In reply to: [Guardian] slider pictures up, and the bottom is greyForum: Fixing WordPress
In reply to: file uploading problemHello
Please upload it via google drive and let me check it files. There should be WP(wp-content etc.) and database files.
Regards,
Wallbreaker