silver530
Forum Replies Created
-
Forum: Your WordPress
In reply to: Rebuilding my websiteCool!
Maybe a slider with a few images instead of the banner makes interactive looking sense.
Forum: Your WordPress
In reply to: New hotel site review pleaseYou are welcome.
Forum: Your WordPress
In reply to: New hotel site review pleaseHi, IE8 is a trash, it is a very old browser, but some people are still using it.
I think, more space between menu and slider will effect the overall aesthetic of your site.
– You can use this custom css:
div.twelve.nav { display: inline-block; padding-bottom: 10px; padding-top: 20px; }
Forum: Your WordPress
In reply to: Site needs ReviewHi, you have a good menu style, but poor social media icons.
Forum: Your WordPress
In reply to: My new website. Need reviewsI see a blank area in the middle of your site’s footer. Maybe a Twitter widget is a good choice for there.
Forum: Your WordPress
In reply to: life coaching for men – inviting feedback!I think, it is very good. Good luck.
Forum: Fixing WordPress
In reply to: I have 2 categories having same url, how can i seprate their url?You can change your navigation links from
WP admin > Appearance > Menus
.Forum: Your WordPress
In reply to: New website reviews pleaseHi, your homepage is too long, so the page loading speed is low. You can try Evermore plugin.
Forum: Your WordPress
In reply to: New website reviews pleaseHi, you have a good content except images. You can try to replace them with stylish photos, then it will look like a premium design.
Forum: Fixing WordPress
In reply to: I have 2 categories having same url, how can i seprate their url?Hi, if you select Post name option from the Permalink Settings, you will see your category in your browser address bar. Also, this is important for SEO.
Forum: Your WordPress
In reply to: Life's First StepsYes, above idea is true. You need to increase your nav menu font size.
– You can use this custom css code to make it:
#nav-main ul.sf-menu a { font-size: 16px; }
– Also, using of uppercase text a good practice in the menus for photography sites:
#nav-main ul.sf-menu a { text-transform: uppercase; }
Forum: Your WordPress
In reply to: My first WordPress siteYou are welcome.
Forum: Your WordPress
In reply to: My first WordPress siteHi,
If you move your text logo to the center,then it will be much better.
And, the tagline under it.
– You can use this custom css to make it center aligned:
h1.site-title { float: none; text-align: center; padding-bottom: 0; } p.site-description { float: none; text-align: center; padding: 0; }
– Also, this is for centered navigation menu:
div.nav-wrap { text-align: center; }
Note: You can add the above css codes to the end of the style.css file by navigating to Appearance > Editor > style.css
Second way: Jetpack plugin has custom css functionality.
Thanks
Forum: Reviews
In reply to: [Post Thumbnail Column] Perfect, just what I needed!You are welcome.