Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.This reply has been marked as private.
Hi Kyle.
I adapted this CSS solution for bullets within a Team Member AJAX biography, and it works fine in Safari and Firefox, but in Chrome there seems to be some extra padding to the right of the disc icon.
The CSS I used was:
/* ——————————————–
BULLETS
——————————————– */
.entry-content li {
list-style: inside disc;
text-indent: -1em;
padding-left: 1.3em;
}Take a look at this side-by-side screenshot of Safari (Left) & Chrome (Right).
Can you supply CSS that will work across all browsers?
Cheers,
Mark
Attachments:
You must be logged in to view attached files.Implementing now. Cheers!
Hi Ed,
No, it’s for the Blog Posts.
See the home page here (http://flintsydney.com/) and note that the excerpt starts with /andreas smetana/ and then lead straight into the next paragraph. There should be a paragraph space after /andreas smetana/.
This was fix in the build you provided earlier in this thread.
Hi Ed,
I need to put this fix into the Child Theme, so it doesn’t keep happening.
Thanks.
Hi Ed,
You provided a build that allowed the formatting (paragraph breaks) to be kept in the Excert.
Since updating the theme to the latest this has disappeared.
We need to retain formatting in the excerpt.
Can you please help urgently?
Thanks,
Mark
For future reference.
Open the file functions.js, search for these:minScale: 0.1,
maxScale: 0.6,Change to:
minScale: 0.5,
maxScale: 1,Thanks Ed.
Just need3d to ensure that Breadcrumb were turned off.
Sorry Ed,
We have gone live: http://www.eganvaluers.com.au/services/
Still need that heading centred in the height though.
Cheers, Mark
This fix does working.
It centres the text in the width, not the height and strips the Google font from the end result.
Please view this on tablet or phone and you’ll see what I mean: http://taffydev.com.au/clients/env/services/
This reply has been marked as private.Why is this happening?
div.spb_testimonial_carousel_widget.carousel-asset.spb_content_element.col-sm-12.testimonial {
min-height: 1618px;
}October 6, 2016 at 2:46 am in reply to: Problem with latest Swift framework causing website to not load #294699There is now a Wrap type option that enables three choices for container width.
I have found that you need to set to Full Width (Stretched) do retain your original design.
Attachments:
You must be logged in to view attached files.All projects are there own category, so it is always showing the top 3 projects.
Is there a way to randomise this, or at least not include the project that is currently being viewed?
-