Forum Replies Created
-
AuthorPosts
-
Thank you for your help! I’m sorry, but I don’t have a very in-depth knowledge of coding, so I don’t understand. Custom CSS seems like it’s different than the Quick CSS. Where in the WordPress admin would I access the Custom CSS? Where in that code exactly do I place those 2 groups of code above?
Also, the original question posted here was regarding an issue with the LayerSlider on the home page, and I’m not sure that we’ve addressed that original issue yet? The end of the words “BOOK AUTHOR AND FREELANCE WRITER” in the white box disappear when the browser window is resized. See images in Dropbox link (https://www.dropbox.com/sh/w6w7a510du2rl9q/AACDpgzpjDkHFg8CQyhX9W5Ea?dl=0) for examples, and a more detailed description here: “Basically, on my homepage layerslider, the text box looks great when the browser window is narrow. But the wider I make my browser window, text starts getting cut off on the right side. This only happens on MacBooks running Safari, and not a PC running Explorer. I’m running the latest versions of Enfold and WordPress. It does in fact happen on my iPhone too. Screenshots in Dropbox for that too. Also, when another Mac user makes her desktop browser window small to check the responsiveness, it doesn’t cut off the letters. But it definitely does it for the 2 Macbooks I checked….and the wider the window, the more it cuts off.”
Here’s a link to the site:
Thank you for your help!
Hey I am helping eewilliams1976 with her site – so I just paste that longer code (1) into the Quick CSS? And then for (2) I did not add that – can I also add that to the Quick CSS or do I have to go into the hosting site to add that? And to be clear this is for the menu overlapping the Logo.
Our main issue is that in the LayerSlider, the end of the words “BOOK AUTHOR AND FREELANCE WRITER” in the white box disappear when the browser window is resized. See images in Dropbox link for examples.
Thank you!
- This reply was modified 6 years, 7 months ago by pamacheyon.
That worked! Thank you so much – you can close the ticket.
OK thanks. That didn’t do much more to shrink it. Any other ideas?
Wonderful – that’s perfect. You can close the ticket!
Thank you!
Great!
Lastly, And there seems to be a space above the sorting text of the Masonry portfolio that I can’t get to reduce. (Link below to screenshot of Published Works page.) I’ve tried reducing padding on the special Header, Separator/Whitespace, and looked for padding on the Masonry Portfolio and no luck. I did this and it reduced it a little but not enough to make it even:
.page-id-506 .av-masonry{
padding-top:0px!important;
}I also looked through previous support tickets. Thoughts?
Thank you.That’s perfect, thank you so much!
No not the social media ones – the content icons. I was hoping to have them reverse – so whats clear (background) would change to #40a89c and whats black would change to background color (#f0f0f0).
Thank you for your time!
- This reply was modified 6 years, 7 months ago by pamacheyon.
April 10, 2018 at 8:54 pm in reply to: Browser tab – remove the dash between Site title and Tagline. #940012You can close to topic! Thanks!
April 9, 2018 at 5:58 pm in reply to: Browser tab – remove the dash between Site title and Tagline. #939333Nevermind Yoast did it. Thank you!
April 9, 2018 at 5:30 pm in reply to: Browser tab – remove the dash between Site title and Tagline. #939326add_filter( ‘document_title_separator’, ‘cyb_document_title_separator’ );
function cyb_document_title_separator( $sep ) {$sep = “|”;
return $sep;
}
I put this in the quick CSS and no change. I don’t have a very deep knowledge of CSS but can sometimes figure it out. Can you help? Otherwise If Yoast is easy I can do that. Thanks!
Sure!
Is there any way to fix the content height so that it doesn’t move the page below?
-
AuthorPosts