Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterPaste the following in the custom.css or in the style.css of child theme
.entry-header .entry-title { font-size: 28px; font-weight: bold; }
Increase or decrease the px value as per your liking.
Themonic-Support
KeymasterRead about child themes here http://codex.wordpress.org/Child_Themes
Both the main theme and child theme are 1040px wide.
If you have custom code in custom.css then you just have to copy that code and paste it in the style.css of the child theme.
Themonic-Support
KeymasterPlease provide your website URL and what are you trying to do?
Please refer to official demo http://demo.themonic.com/io-pro/ and let us know what part are you talking about.
Update: Heading alignment has now been improved in the latest version.
Themonic-Support
KeymasterFor such a wide image you have to copy paste small code in custom.css
Refer: http://themonic.com/forums/topic/css-change-too-much-white-space-in-header/Themonic-Support
KeymasterUse FTP software for eg. like Filezilla and replace the social buttons images with bigger images in the “img” folder which is inside theme folder.
Themonic-Support
KeymasterPost your question in that plugin official support forum here
http://wordpress.org/support/plugin/facebook
It’s not a theme issue.
Themonic-Support
KeymasterYou are using the logo uploader for uploading a full width image ~1000px. That logo uploader is meant for small logo images as per in the demo.
White space around the image can be removed by pasting the following code in custom.css
.themonic-logo { margin: 0; padding: 0; } .themonic-logo img { max-width: 100%; }
In your case as you are using a full width image which is causing the social area to drop below, you will need to turn off the social buttons from the live customizer and use the above code to make it fit.
September 30, 2013 at 4:30 am in reply to: How to get more use out of the footer & content area #900Themonic-Support
KeymasterYes, simply use the text/html widgets in the footer widgets. To use those footer widget first activate the footer widgets area from the main settings in the control center. Then start placing widgets, you will have three columns in footer this way.
You can place the menu in one of three footer widgets easily. Use Custom Menu widget for that.
If you are trying to get columns in main content use any column shortcode plugins for layout.
If you require custom customization help kindly contact us via the contact page with your requirement and budget.
Themonic-Support
KeymasterNot without some code editing, if you want some custom work done contact us via the contact page.
Themonic-Support
KeymasterYes, you can with this Ready made child theme:
Fixed Width Child Theme for Iconic One Pro [Turn OFF Responsiveness]
- AuthorPosts