jitendraamishra
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Duena] Change height of featured imageLooking good.
Forum: Themes and Templates
In reply to: Quick help with header imageCan you provide link to your site?
Forum: Themes and Templates
In reply to: [Duena] Change height of featured imageThe image are showing the same size that you have uploaded. Here you can check:
https://blushpuppie.nl/wp-content/uploads/0-750×290.jpg
https://blushpuppie.nl/wp-content/uploads/2014/05/52-e1403170391983-750×290.jpg
https://blushpuppie.nl/wp-content/uploads/2014/05/42-750×290.jpgIf you want bigger images then try uploading images of bigger dimension.
Forum: Themes and Templates
In reply to: [Visual] Title overflowing on Mobile DevicesHi Pradeep,
You can try this for changing the font size at lower screens:
@media screen and (max-width: 400px){ .site-title > a { font-size: 17px; }}
And also add a background to the mobile menu so that the text which will go behind that will not show:
.menu-toggle { background: #313131; }
If you use some lengthy site title in future then you can consider using word wrap also or you can change the font-size if required.
Forum: Themes and Templates
In reply to: [Advertica Lite] Changing the home pageNo Problem.
Forum: Themes and Templates
In reply to: [Soliloquy] SpacesWelcome. ??
Forum: Themes and Templates
In reply to: Remove Vantage header imageCurrently I can not see the slider in your header and also no image below the menu. Are you referring to the image that is saying “Captivate” or what? If that then you have added this in your style.css to activate this:
#main { background: url("images/COH.logo.jpg") no-repeat scroll center center #f6f6f6; padding: 35px; }
You can remove this to get rid of that background image.
Forum: Themes and Templates
In reply to: [Online Marketer] Online Marketer – Adding a flexible logo imageHi,
The link provided shows a Internal Server Error page.
Forum: Themes and Templates
In reply to: [Unite] header image too smallYou can paste it at the bottom of your style.css file or in the custom css (if your theme has that functionality).
Forum: Themes and Templates
In reply to: [Visual] Title overflowing on Mobile DevicesHi,
You need to try this in your style.css for getting what you want:
.site-title a { padding-right: 100px; word-wrap: break-word; }
By the way nice site.
Forum: Themes and Templates
In reply to: [Unite] header image too smallYou can use this css for achieving what you want:
header .site-branding.col-md-6, header .social-header.col-md-6 { width: 100%; } header .site-branding.col-md-6 { margin-bottom: 50px; } #social.social { margin-top: -100px; }
Forum: Themes and Templates
In reply to: [WP-Creativix] How do I get rid of the divider lines?Can you please share your site so that I can see what the problem really is?
Forum: Themes and Templates
In reply to: Remove Vantage header imageYou can copy the code and paste it in your style.css:
hgroup.full-container { min-height: 130px; } .logo { display: none !important; }
Forum: Themes and Templates
In reply to: [Online Marketer] Online Marketer – Adding a flexible logo imageCan you provide link to your site so that I can see it?
Forum: Themes and Templates
In reply to: [Stargazer] Sidebar dimensionsLink to your site please.