Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Menu and logo alignmentP.S. I’ve noticed some other issues with the CSS on some other pages so I’ll look into it at a later time.
Forum: Themes and Templates
In reply to: [Vantage] Menu and logo alignmentI’m looking but I’m afraid my eyes are starting to fall out…It’s 5am here. So I might have to come back to you on that one. Apologies, I don’t like leaving a job half done but I need some beauty sleep.
Forum: Themes and Templates
In reply to: [Customizr] Profile View field/row labels are unreadableBest to come to these forums first!
We’re a helpful bunch, even if it did take a while.
Edit:
…and you’re welcome.
Forum: Themes and Templates
In reply to: [Vantage] Menu and logo alignmentOK, last bit:
.wpb_row.vc_row-fluid { margin-top: 100px; }Forum: Themes and Templates
In reply to: [Vantage] Menu and logo alignmentYou can play around with the padding-top value to your liking.
Forum: Themes and Templates
In reply to: [Vantage] Menu and logo alignmentIn your Custom CSS, place this:
.main-navigation ul { padding-top: 110px; float: right; }Forum: Themes and Templates
In reply to: Messed up my CSSP.S. I don’t know if News Pro is your child theme, if the theme folder is appended with ‘-child’ then it probably is.
Forum: Themes and Templates
In reply to: Messed up my CSSOK no worries. Follow this:
Appearance -> Themes -> (select your theme) -> Deactivate Theme -> Delete Theme
Re-install your theme.
You will not lose any content, this simply deletes the theme from your site and then allows you to start from scratch.
It is strongly advised that you create a Child Theme (basically a copy of your current theme that you can edit. Find more info here: Child_Themes.
Alternatively, you may wish to get a Custom CSS Plugin from the plugin repository and use this as opposed to editing your style.css directly.
Forum: Themes and Templates
In reply to: Messed up my CSSOh and before you make any further customisations, create a Child Theme by following this link -> Child_Themes
Forum: Themes and Templates
In reply to: Messed up my CSSIf you have reset to your default CSS and it doesn’t work, have you cleared your browser cache?
Forum: Themes and Templates
In reply to: [Vantage] Menu and logo alignmentRight so which bit do you want bottom and right? Menu or Logo?
Forum: Themes and Templates
In reply to: [Customizr] Profile View field/row labels are unreadableOh, and don’t forget the semicolon after 30px – sorry I missed that bit.
Forum: Themes and Templates
In reply to: [Customizr] Profile View field/row labels are unreadableYet another property (or two) to add to that .label selector:
min-width: 55%; min-height: 30pxPlay around with those values to see what suits you!
Forum: Themes and Templates
In reply to: [Customizr] Profile View field/row labels are unreadableAdd
text-shadow: none;to that .label selector I just gave you!I’m having a look into the boxes bit!
Forum: Themes and Templates
In reply to: [Vantage] Menu and logo alignmentHave you done it? I keep seeing changes that I’m not making with my Dev Tools…haha