christomwebdesign
Forum Replies Created
-
could you send in a link of your website? and can you please be specific on what changes that you want
Forum: Fixing WordPress
In reply to: WP adding subfolders to pagesSee if this can help
Forum: Themes and Templates
In reply to: Change Font of Post TitleAny links? what theme do you use?
Forum: Themes and Templates
In reply to: Where can I find the featured image in Theme Editor?I dont see any post or page that uses a featured image, do you have one?
Forum: Fixing WordPress
In reply to: Problem creating three columnsHi, for columns you can try
Forum: Fixing WordPress
In reply to: Content and filteringHi! if i understand you correctly, try
Forum: Themes and Templates
In reply to: How to centre text / forms on my mobile – Zerif-liteYour welcome!
try this code
.product-categories { list-style: none; margin: 0 !important; }Forum: Themes and Templates
In reply to: [evolve] Unclickable ButtonHi Shamonabona,
you can make buttons unclickable by just adding this css property
pointer-events: none !important;Forum: Themes and Templates
In reply to: How to centre text / forms on my mobile – Zerif-litetry
http://www.learnandspeakenglish.co.uk/wp-content/themes/zerif-lite/style.css
@line 3264
change this code
.row{ float: left; width: 100%; margin-right: 0; margin-left: 0; }to
.row{ float: left; width: 100%; margin-right: 0 !important; margin-left: 0 !important; }Forum: Themes and Templates
In reply to: Responsive HTML helpHi mccartneyk, your custom css are causing the 3 circles not to stack on top of each other on mobile.
Try the following changes
.ch-item { width: 300px; height: 300px; display: inline-block; } .ch-grid li { width: 100%; height: auto; display: inline-block; } .centerc2 { width: auto; }Forum: Themes and Templates
In reply to: Where can I find the featured image in Theme Editor?Hi workharder! providing the website url will be very helpful.
Forum: Themes and Templates
In reply to: Google Ad on Sidebar Widget has colored marginHi koo! providing the website url will be very helpful.
Forum: Themes and Templates
In reply to: How to centre text / forms on my mobile – Zerif-liteHi Cheslp01
Bootstrap css and your custom css are in conflict.
try removing this:
.row{margin-left:-15px;margin-right:-15px}Try adding…
.col-md-12 > #nav-main .sf-menu > li, .col-md-12 > .nav-main .sf-menu > li { padding: 0 10px; }