Forum Replies Created
-
AuthorPosts
-
Thanks Rikard,
Doh – exactly that! 😳
Many Thanks
DavidHi Victoria,
That’s fine.
I had defined a specific class for the table, but where I hadn’t defined a bit of css (where it wouldn’t be otherwise needed) it used the theme default instead. So I’ve had to define css to override the theme defaults to get the result I was looking for (which I was hoping to avoid!)
Thanks & Kind Regards
DavidThanks, but the alternating background is just one part of the styling I want to remove.
The question is: do I really need to define styles to override every part of the theme’s table styles that I don’t want with an “!important” declaration (cell text vertical and horizontal align, borders, margins, text transform)? I don’t think that’s particularly ideal, and not good css practice. I may wish to add another codeblock table styled differently.
What I would like to do is just remove all of the theme’s table styling – is that possible?Kind Regards
DavidHi Victoria,
Details below. The website is in coming soon state, so you need to go via the admin portal. The table is on the page I’ve stated below. The link to the jsfiddle is in my original post.
Thanks & Kind Regards
DavidDecember 14, 2017 at 10:43 am in reply to: Main menu – Current item styling being applied to sub items too #888807Hi Rikard,
Thanks for the response. I’m afraid the change you suggested above removes the border styling completely from the menu – do you have any further suggestions?
Many Thanks
DavidIt seems to be working across multiple screens okay, so its okay to close the topic.
Many thanks
DavidThanks
I have gone with this very inelegant solution – if there is anything you can suggest to improve this I’d be grateful!
@media only screen and (max-width: 499px) { .slideshow_align_caption { position: absolute; top: 10%; } } @media only screen and (max-width: 639px) and (min-width: 500px) { .slideshow_align_caption { position: absolute; top: 15%; } } @media only screen and (max-width: 767px) and (min-width: 640px) { .slideshow_align_caption { position: absolute; top: 20%; } } @media only screen and (max-width: 948px) and (min-width: 768px) { .slideshow_align_caption { position: absolute; top: 0; } } .slideshow_align_caption { position: absolute; top: 5%; } .avia-caption-title { position absolute; top: 20px; } .avia-caption-content { margin-top: 5%; }
Hi Jordan,
At fullwidth, yes, the 2nd one has longer Caption Text so “pushes” the Caption Title up the slider. This varies as the browser viewport size changes and the caption text breaks at different places.
Ideally I am looking to fix the Caption Title a certain % from the top of the slider (and maybe use an @media query to reduce this % for smaller screens) and begin the Caption Text a fixed distance from the Caption Title, but my attempts to do that in css have failed so far (I’m a little bit limited in that regard!).Many Thanks
DavidHi,
There are definitely 3 slides in the fullwidth easy slider which is the first element on the page. They are on a 10 second delay with no navigation arrows.
Many Thanks
DavidThanks for replying.
I’ve got a coming soon page on there just now as its very early stage of development, but I’ll grant access (in private content area)
Many Thanks
DavidSeptember 19, 2017 at 12:23 pm in reply to: Change Fullwidth Break Point for section ID to custom value #853809Hi,
Sorry if i didn’t explain that properly.
I want to change the breakpoint for the content rows within an individual colour section (not the section itself). I just mentioned the section as I thought I’d be able to use the section ID in the CSS.
Basically I have 2 columns that I don’t want to break unless it is on the very smallest of screens (I’m guessing at 480px something like that, would need to trial).
Best Regards
DG -
AuthorPosts