Adnan_GS
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How To Centerise Fullscreen Theme Homepage?Thanks Emil.
Firstly, I’ve checked line 106 on style.css and I can’t see what you’re looking at. Can you explain which line isn’t finished?
Also I’m looking to use the 2nd example you linked to: centering using CSS horizontally and vertically. Here’s the code I think I need to change:
/* Home Thumbs & Nav*/ .home-thumbs { margin-top: 200px; margin-left: auto; margin-right: auto; padding: 0; width: 1600px} .bottom-thumbs {position: absolute; top: 440px; left:0;} .thumbs { display:hidden; } ul.thumbs { width: 1600px; list-style: none; margin: 0; padding: 0; position:relative; top:0; left:80px; right:1600px } ul.thumbs li { float: left; width: 160px; height:160px; margin:0; overflow:hidden; } ul.thumbs li.thumb-big { float: left; width: 250px; height:250px; margin:0; overflow:hidden; }
Then a few lines down:
#branding { background: #000; color:#474747; position:absolute; z-index: 4; left: 80px; top:460px; height:40px; padding:40px; zoom:1; width:1171px; margin:auto; clear: both; display: block; }
Would you be able to tell me exactly what I need to do?
Thanks so much.
Forum: Themes and Templates
In reply to: TwentyTen: Changing Sidebar Width IssueAha, it seems to be a Chrome issue.
Final issue related to the sidebar: as mentioned I’m using TDO Mini Forms and the Form Title as well as the Widget h3 are showing up. I just want the Widget h3 and not the title. Here’s the code snippet.
<!-- form start --> <form method="post" action="https://www.gosneeze.com/wp-content/plugins/tdo-mini-forms/tdomf-form-post.php" id='tdomf_form%%FORMID%%' name='tdomf_form%%FORMID%%' class='tdomf_form' > %%FORMKEY%% <div><input type='hidden' id='tdomf_form_id' name='tdomf_form_id' value='%%FORMID%%' /></div> <div><input type='hidden' id='redirect' name='redirect' value='%%FORMURL%%' /></div> <!-- widgets start --> <!-- who-am-i start --> <fieldset> <h3 class="widget-title">Start Sneezing</h3> <?php if(is_user_logged_in()) { ?> <p>%%USERNAME%%, you're logged in already.
Many thanks in advance.
Forum: Themes and Templates
In reply to: TwentyTen: Changing Sidebar Width IssueThanks esmi.
If you highlight text from the “Testing 123” post, it still highlights the whole page (including sidebar background) – any reason you can find for this?
And thanks for the heads up about a child theme – will look into creating one.