webkong
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Relia] How do I center thee gallery when using mosiac tiles.tiled-gallery .gallery-row { margin: 0 auto; }Add to your custom css.
Try custom css plugin.
Forum: Themes and Templates
In reply to: Center widget content on Flatsome Theme.widget-title { text-align: center; }Add this to your custom css.
Forum: Themes and Templates
In reply to: [Great] main menu.entry-title, .entry-title a { text-align: center; }Is this what you wanted?
Tutorial:
how-to-find-your-themes-css?Forum: Themes and Templates
In reply to: [CorporateBusiness] Remove whitespace?Forum: Themes and Templates
In reply to: [Great] main menu#content { padding-top: 30px; }Add this to your custom css.
Forum: Themes and Templates
In reply to: [Flat Responsive] remove the background image section.fr_top_widgets { display: none; }Add this to your custom css.
Forum: Themes and Templates
In reply to: [Hueman] Header widget top aligned as custom logoYou have a blank .site-description block the way.
.site-description { display: none; }Add this to your custom css.
Forum: Themes and Templates
In reply to: Simple editing issue – not a plug in, widget or simple textIt’s somewhere in your theme. Try to look for it
Dashboard –> Appearance –> Customize
To un-display it,
.fusion-contact-info { display: none; }Add this to your custom css.
Forum: Themes and Templates
In reply to: [Enigma] website tagline.logo p { display: none; }Add this to your custom css.
.twentyfourteen .tfwc { padding-left: 130px; }Add this to your custom css.
Forum: Fixing WordPress
In reply to: How to highlight Theme in "Themes and Templates" forum?stephencottontail
https://wordpress.org/support/topic/can-not-change-default-header-color?replies=1
will show Aladdin in big font, bolded.
Forum: Themes and Templates
In reply to: [Enough] sidebar displays at bottom of page1st. Post the image of your Widgets page.
2nd. try this.
Dashboard –> Appearance –> WidgetsDo you see 2nd column? column (on the left)?
Forum: Themes and Templates
In reply to: Where do I edit a customised theme?.site-headline-box { margin: 0; padding: 25px; position: absolute; top: 30px; left: 30px; width: 202px; color: #000000; text-align: center; border: 2px solid #b30f36; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }Forum: Themes and Templates
In reply to: [Emphaino] more total widthbody.custom-background { width: 1200px; margin: auto; }Add this to your custom css.