Cecilia @ Developers On Hand
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Canard] Hide SidebarHi @esssbeeay, you need to create a childtheme for your chosen themes. Then create a page template for full width.
Forum: Themes and Templates
In reply to: Removing padding below header using Slider RevolutionHi @andrewhaight,
If you have already create child theme. Please use the code below on you style.css of your child theme.
.page-id-655 .header-margin{ margin-top: 0; } .page-id-655 .content-box{ padding: 0 30px; }I hope that’s fix you’re problem.
Forum: Themes and Templates
In reply to: Getting rid of icon_comment_altHi @henry1111, can you provide me the link.
So I can check and give you a better solution.Forum: Themes and Templates
In reply to: [Senses Lite] Featured ImageHi @kristenbeeler,
You can do that by manipulating the CSS of the templates.
Forum: Themes and Templates
In reply to: [Post Next] How to Centre Post Title – THEME: SYDNEYHi @obick,
For the CSS manipulation to install at least a css custom plugins that you can found under wordpress plugin.
After you install and activate the plugin. Paste this code:.hentry .title-post { text-align: center; }And please decrease the size of your image, ideally all the images is should be under 150kb. Check the link image for your reference CLICK HERE
I hope that helps.
Forum: Themes and Templates
In reply to: [Gridsby] additional sidebar 1 – Contact widgetHi Andy,
You can use this code:
#gridsby_contact_info-2 .contact-address, #gridsby_contact_info-2 .contact-phone, #gridsby_contact_info-2 .contact-email {
padding-left: 30px;
}I hope that’s help.
Thanks
Forum: Themes and Templates
In reply to: [Gridsby] additional sidebar 1 – Contact widgetHi, you can do that by modifying the CSS.
You can either create a childtheme or install a CSS custom plugin.
and then add the
.entry-content{
padding-left: 30px; /* you can define the size you want */
}
I hope that helps.Forum: Themes and Templates
In reply to: [Post Next] How to Centre Post Title – THEME: SYDNEYHi @obick,
For any changes on the style, since you’re just new in wordpress, I suggest to first check that on the wordpress dasboard under Theme options. but its depends on the Themes that you’re using if they had an option to change that on the dashboard.
If they don’t have that option you need to do a CSS manipulation.I hope that’s help.
If you need anything just message.
Forum: Themes and Templates
In reply to: [Mosalon] Changing font colorHi, can you give me the link so I can point you to the right css class that you need to change.