Forum Replies Created

Viewing 30 posts - 1 through 30 (of 346 total)
  • Author
    Posts
  • in reply to: Highlighting text #878973

    Hey Nikko,

    Thats correct, thats how i want it to work.

    the issue is that highlighting grey text should turn white with no background color change. background should say #060606.

    but when browsing in safari, there is a background change. of #00000.

    you can see this in the screenshots i provided.

    Thanks!

    in reply to: Highlighting text #878931

    Hey Mike,

    The issue is only happening in Safari! Sorry I didn’t mention that earlier. Any idea why thats happening?

    Thanks!

    in reply to: Highlighting text #876143

    Hey Mike,

    here’s a screenshot of what Im referring to. And this is happening wherever you try to highlight something on my page.

    I blew up the highlights so it’s easier to see the difference. See the black area that appears?
    https://ibb.co/jbn23G

    Best,
    Chris

    in reply to: Highlighting text #875593

    Still no luck guys.

    My background color on my website is #060606. So I don’t understand why when I use the exact hex value, it’s a different background color when selecting the text.

    ::selection {
    background-color: #060606;
    color: #ffffff;
    }

    ::-moz-selection {
    background-color: #060606;
    color: #ffffff;
    }

    in reply to: Highlighting text #874862

    Hey Basilis, sorry Im a bit confused :/. Not sure what to do with that link.

    in reply to: Highlighting text #873558

    Hey that works!

    But there’s one strange problem. My website background color is #060606. In the CSS I made the background color also #060606. But when you highlight the text, the background color is #010101.

    Any ideas to fix it? Thanks!

    Screenshot for reference:
    https://ibb.co/m8icCb

    (its very subtle)

    • This reply was modified 7 years ago by ccyran.
    in reply to: Highlighting text #873233

    Hey Rikard,

    Scroll down till you get to the body copy, and try to highlight it. I like the effect where the text turns white, instead of creating that background highlight.

    Thanks!
    Chris

    in reply to: Font size screen options not working #871947

    Yes. The body copy and the title “Galaxy view”

    This is something I want to work across the board on all my portfolio items. It shouldve worked given the options in “screen options” but it’s not. I don’t want to add additional CSS since it should work anyway.

    in reply to: CSS/html to add space between sections #871946

    Im good!

    in reply to: Font size screen options not working #871937

    Hey all the body copy and the titles.

    I tried changing the font size to the options it gave me. 14px. But it didn’t change in mobile.

    in reply to: CSS/html to add space between sections #871934

    Hey I fixed it by just making more text boxes, but i want to do something like this…

    The quick brown fox jumps.
    (line break here)
    The quick brown fox jumps.

    in reply to: Gaps in masonry gallery #870287

    Hey Ismael,

    What do you mean by that? Apologies. And as a reminder about this issue, its the random 1px gaps that appear between thumbnaiils on this page…

    in reply to: Random Gaps between images #866593

    ah got it, thanks Nikko!

    in reply to: Random Gaps between images #866577

    That fixed it!

    In this case, how did you know how to solve it? For example, if this happens again on another page that im making, how would I fix it?

    in reply to: Random Gaps between images #866563

    Hey Nikko,

    That makes sense! But the code I was given affects the entire page, and not just that one spot. Can you help with that?

    in reply to: Random Gaps between images #866470

    Hey Victoria,

    Apologies, I used this code but the same issue, it applied it to everything. And I only want it to happen below the album cover/white bg image.

    Here: https://ibb.co/b1RzJ6

    in reply to: Random Gaps between images #866469

    Thanks Victoria!

    How did you know to use that code? Just wondering so if this happens again when I post on a new project, I’ll know what to do :)

    in reply to: Mobile Help #866068

    Hey Ismael,

    The CSS I mentioned above actually works. By issue, Im referring to the image enlarging to a size I don’t want it to, when the window browser gets bigger.

    in reply to: Random Gaps between images #865546

    Absolutely perfect. It looks like the only thing it didn’t fix was the gap underneath the image that shows the album cover.

    When I use:

    .single-portfolio #after_submenu {
    display: none !important;
    }

    that solves it, but it affects my entire website.

    Thanks again Nikko!

    • This reply was modified 7 years, 1 month ago by ccyran.
    in reply to: Random Gaps between images #865087

    Hey Nikko,

    this fixed the issues, but it looks like it overrides whitespace elements that I had placed before. You’ll see it on the same page. Can you help?

    thx,
    Chris

    in reply to: Mobile Help #865057

    Hey,

    For example I dont want the image to expand past 700px.
    I believe this is the correct CSS?

    .portrait {
    max-width: 600px;
    }

    and I apply “portrait” where I want this to happen.

    thanks!

    in reply to: Mobile Help #864598

    Hey Mike, my mistake, I had another post on the forums months ago that solves this. I have to hide an entry on desktop and create a new one for mobile.

    But I do need help with one other thing!

    On this page for example, I don’t want images to expand past a certain size, is there an easy CSS I can apply for this?

    One that I can write in the “custom CSS class” of elements.

    in reply to: Push to next section #860755

    I think I solved it! Let me know if this was correct…

    By making the “+” “-“

    in reply to: Push to next section #860751

    Hey Ismael,

    I tried that but it looks like it doesn’t push down further. it actually does the opposite. Can you help?

    Thanks!

    in reply to: Push to next section #854927

    Hey Ismael,

    Apologies, I’m a bit confused how to do that. Could you explain a bit further?

    Currently is works on my site, http://www.ccyran.com, but it doesn’t push completely down to the next page with the red background.

    Thank you,
    Chris

    in reply to: Push to next section #853603

    Hey Mike,

    I see, currently, this is what I have for the styling of that text…

    “<h5 style=”text-align: center;”><span style=”font-size: 20px; font-family: ‘Rubik Light’; line-height: 1.2em;”><span style=”color: #f9f9f9;”>↓ View my latest work below</span></span></h5>”

    where would I add “↓ View my latest work below

    And how could I do it so that it pushes completely to the next section? I have it done on my site right now, but it doesn’t go completely to the next page.

    thanks!
    Chris

    • This reply was modified 7 years, 2 months ago by ccyran.
    in reply to: Gaps in masonry gallery #848953

    hey Ismael,

    To clarify, Im not trying to create a gap, I’m trying to remove it. I’ve tried incrementally increasing the max-width value but with no luck. You can close this thread.

    Thank you,
    Chris

    in reply to: Gaps in masonry gallery #848924

    Hey Ismael,

    Same issue. Here’s the css I tried:

    .av-masonry-container {
    max-width:1601px !important;
    }

    .av-masonry-container {
    width: 100.4%;
    float: none;
    margin: 0 auto;
    }

    What happened (screenshot) : https://ibb.co/faLQzF

    in reply to: Gaps in masonry gallery #847867

    Hey Ismael,

    Currently. I’m on a Macbook 13″ retina display. it happens on other screens I look at as well. Currently, I removed the CSS provided so the issue doesn’t appear.

    in reply to: Gaps in masonry gallery #846848

    Hey,

    I need it centered because I want to stop it from going fullwidth after 1600px.

    I have the CSS for that:

    .av-masonry-container {
    max-width:1600px !important;
    }

    but when I use it, it creates these gaps in the masonry gallery. I took off the CSS for now until it could be fixed.

Viewing 30 posts - 1 through 30 (of 346 total)