Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: custom backgroundHi there,
If you post a link to your website we can take a look and make a code suggestion for you.
Cheers 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: edit blog widthIf you have any more queries I think you should start a new thread now.
This has gone a bit off-topic.
Forum: Themes and Templates
In reply to: edit blog widthIf you want the logo to be more on the right then adjust the left margin of this:
.span-12 a img { margin-left: 85px; }If you want it back on the left hand side simply remove that part of the code from your style.css file or custom css plugin.
Forum: Themes and Templates
In reply to: edit blog widthYes, the second part was for the logo. What part are you referring to as the ‘banner’ ?
Forum: Themes and Templates
In reply to: edit blog widthPlease adjust the margin value to your desired value:
#topsearch { margin-left: 119px; } .span-12 a img { margin-left: 85px; }Forum: Themes and Templates
In reply to: edit blog widthAdjust how, move them right?
Forum: Themes and Templates
In reply to: edit blog widthOk, I think I understand. Try this:
#navcontainer { width: 594px; }You can adjust the width value until it’s your desired length.
Forum: Themes and Templates
In reply to: edit blog widthSo you want to move the nav bar to the left?
If so,
#nav { margin: 0; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
I don’t understand what ‘black line under them overrun from the right’ means – could you elaborate please.
Forum: Themes and Templates
In reply to: edit blog widthYour welcome. I’m not sure what you mean by ‘a little more improvements’. If you let me know what you are trying to achieve I’ll do my best to help you out.
Forum: Themes and Templates
In reply to: [Simply Jigoshop] Home PageGreat 🙂 Your welcome.
Forum: Themes and Templates
In reply to: [Simply Jigoshop] Home PageTry prefixing the previous snippet with .home like this:
.home #sidebar { display: none; } .home #main-content { width: 100%; }Not sure about the recent products and featured products – as that doesn’t seem to appear on the demo – perhaps that are widgets that you can delete ?
Forum: Themes and Templates
In reply to: [Enigma] header subtitle right of logoLike this: Screenshot
If so, try this code snippet:
.logo .img-responsive { float: left; } .logo p { float: left; margin-top: 30px; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
If you want another line of text you will have to edit your header.php file. To do this you will first have to create a child theme and copy the header.php file into your child theme folder.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Simply Jigoshop] Home PageYes, but using CSS.
I’m guessing here but from looking at the JigoShop demo maybe this will work for you:
#sidebar { display: none; } #main-content { width: 100%; }If not, perhaps the developer can help you out.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Mystile Theme Page width issueHi,
I’m not sure this is what you are trying to achieve but I was able to increase the width to 1500 using this:
html.boxed body { max-width: 1500px; }It looks like that code is already in your theme’s custom CSS area but was set to 1150px.
Forum: Themes and Templates
In reply to: edit blog widthHi there!
Do you mean make the entire site wider? Like this – Screenshot
If so, try this code snippet:
.container { width: 1380px; } .span-24, div.span-24 { width: 1375px; } .span-16 { width: 1050px; } .post { padding: 72px 0 4px; } #myGallery, #myGallerySet, #flickrGallery { width: 1055px; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
I hope that helps!
Luke the Daft Duke