domgilberto
Forum Replies Created
-
I sure will! Thanks again!
#footer .copyright img { max-width: 30px; height: auto; overflow: hidden; float: center; margin: -10px 0px -7px 0px; }Done it!
Changed float: center
Thank you soooooo much again!! Really was a MASSIVE help!!
It’s ok – Im sure i’ll figure it out! Wish there was a way to repay you for your help! You’ve been amazing with your support!!
Last thing (haha!) How do I move the Logo to center with text?
Using that plugin and the original parent theme, does this to the header now : http://screencast.com/t/DqB2n3VEQ8nm
I have applied the CSS to the plugin and enabled the site title… weird??
To top it off, it doesn’t make the slightest bit of difference using that plugin and the original theme with regards to responsiveness…
Ok brill. Thats moved the text into the center but the picture (mini logo in the footer) remains the same?
Sorry, how do I use text-align:center within the perenthesis?
.co17{
text-align:center
}What’s bootstrap?
All I have is a few CSS styles and that’s it. I’m pretty sure this auto-resolution fit on iphone devices was fine before child theme was installed? How do I fix that then 🙁
Is there a work-around where I can have the responsiveness but use the child-theme? I don’t want a simple theme update to overwrite all my tweaks and changes!
A lot of hard work getting a website up and running!
I’ve managed to do it with:
#footer .copyright img { max-width: 30px; height: auto; overflow: hidden; float: left; margin: -10px 5px 0px 0px; }screen: http://screencast.com/t/N3m4YEfVS9
Although I am not following you on how to make the writing central? I have selected the writing in the bottom of that screen above^ under developer window…
Also, I am not following you on how I can change the positioning of the words, sorry…?
(I promise this is the last thing after that^ – My website seems to no longer be responsive (i.e. fit all devices iPhone when you tilt it there is a white space on the right side of the screen – You wouldnt know why this is would you? Anything to do with child theme?)
Right I see!
Check this out then: http://screencast.com/t/kq9jkYkuqL
It’s done the job, but full time forex is at the end? Also, how would I go about moving the little logo about too? (i.e. up a little and closer to the text).
Also, can I centralise the writing too across the middle of the grey bar?
I promise this will be the last of it lol 😛
Thank you so much!
(p.s. are you able to recommend a site where I can look up CSS functions for self-education?)
Hey, I popped out for a little!
Right, spot on again! Thank you 😀
Screen: http://screencast.com/t/dt5hBHExefJC
If you check that picture out, I’m not entirely sure where I should be putting “Copyright © 2014 How to trade Forex markets. All Rights Reserved.” … Also, if I wanted to change “How to trade the Forex Markets” and just keep that to “Full Time Forex”, would you know how to do that!
Sorry if I am taking the mick asking all these questions 😛 – you’ve helped me more than I could have imagined!
Spot on! Thank you soooo much! http://screencast.com/t/iGfU5o9Lc
Last thing if it’s ok to ask!
How do I edit a widget under the same parameters we’ve been over above? (colour, text, font size, margin, padding etc.)
I am wanting to make my disclaimer smaller and different font?
Header:
<?php /** * The Header for our theme. * * Displays all of the <head> section * * @package Catch Themes * @subpackage Simple_Catch * @since Simple Catch 1.0 */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php /* Always have wp_head() just before the closing </head> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to <head> such * as styles, scripts, and meta tags. */ wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="header"> <div class="top-bg"></div> <div class="layout-978"> <?php // Funcition to show the header logo, site title and site description if ( function_exists( 'simplecatch_headerdetails' ) ) : simplecatch_headerdetails(); endif; ?> <div class="social-search"> <?php // simplecatch_headersocialnetworks displays social links given from theme option in header if ( function_exists( 'simplecatch_headersocialnetworks' ) ) : simplecatch_headersocialnetworks(); endif; // get search form get_search_form(); ?> </div><!-- .social-search --> <div class="row-end"></div> <?php // simplecatch_headersocialnetworks displays social links given from theme option in header if ( function_exists( 'simplecatch_custom_header_image' ) ) : simplecatch_custom_header_image(); endif; ?> <div id="mainmenu"> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </div><!-- #mainmenu--> <div class="row-end"></div> <?php // Display slider in home page and breadcrumb in other pages if ( function_exists( 'simplecatch_sliderbreadcrumb' ) ) : simplecatch_sliderbreadcrumb(); endif; ?> </div><!-- .layout-978 --> <div class="bottom-bg"></div> </div><!-- #header -->Main Index Template:
get_header(); if ( function_exists( 'simplecatch_display_div' ) ) { $themeoption_layout = simplecatch_display_div(); } get_template_part( 'content' ); ?> </div><!-- #content --> <?php if ( $themeoption_layout == 'right-sidebar' ) { get_sidebar(); }?> </div><!-- #main --> <?php get_footer(); ?>http://screencast.com/t/dUxEUrlv5Lc (check this out).
Want to close the distance – I am editing the font of it now but for some reason the new font from google/fonts doesn’t seem to be working?
@import url(http://fonts.googleapis.com/css?family=Calligraffitti); #site-title { font-family: 'Calligraffitti'; color: #444444; font-size: 25px; line-height: 2px; text-transform: uppercase;That’s added into child theme. Font size, colour and uppercase are working, just the font-family doesn’t seem to be?
That seems to have done it! > http://screencast.com/t/ijvjQHZb3S
How can I bring the menu bar up a little?
Thank you!!
Right: http://screencast.com/t/jYnSn3j3Ia3k
It’s moved it over to the left side now 🙂