-
AuthorPosts
-
August 5, 2014 at 2:45 pm #300238
Hi,
I am just about finished with http://elizabethsteinglass.com. I love the way it looks with the Enfold theme. Just need two final tweaks.
1) I need to remove the bottom orange line that’s appearing below the av-masonry-gallery that I put in the header. See screenshot – http://awesomescreenshot.com/01e39fqhb9
2) The home page has blog content – the most recent post – but it’s reformatting in an ugly way. I want the photo first and then the poem/content below that.
Thanks for your assistance!
GabeAugust 5, 2014 at 3:00 pm #300250Hey
1- Please change following code to
@media only screen and (max-width: 1499px) .html_header_top.html_header_sticky #main { padding-top: 277px !important; }}
to following one
@media only screen and (max-width: 1499px) { .html_header_top.html_header_sticky #main { padding-top: 255px !important; }}
2- Please add featured image to your blog post.
Best regards,
YigitAugust 5, 2014 at 9:57 pm #300418Hi Yigit,
Changing the CSS code didn’t do anything. What else could be the problem?
Thanks,
GabeAugust 5, 2014 at 10:52 pm #300430Hey!
Code is not being applied. Please try adding it to Style.css file of your child theme in Appearance > Editor
Cheers!
YigitAugust 5, 2014 at 11:03 pm #300437This reply has been marked as private.August 5, 2014 at 11:32 pm #300439Hey!
You had extra closing curly bracket in your custom CSS code. I removed it and now it is working fine. Please flush browser cache and refresh your page a few times
Best regards,
YigitAugust 6, 2014 at 10:35 pm #300857This reply has been marked as private.August 7, 2014 at 3:50 am #300931Hey!
What is your screen resolution? I edited the style.css file and it looks ok now. Please remove browser cache then reload the page a few times.
Best regards,
IsmaelAugust 8, 2014 at 3:14 pm #301653This reply has been marked as private.August 8, 2014 at 5:42 pm #301751Hey!
Try to use this code instead.
@media only screen and (min-width: 989px) and (max-width: 1499px) { .html_header_top.html_header_sticky #main { padding-top: 255px !important; }}
It should exclude the mobile devices from the css rule. You can also replace 989px with another screen size (i.e. 768px).
Regards,
PeterAugust 8, 2014 at 10:47 pm #301831Hi Peter,
I tried it but it didn’t work at all. Can you do me a favor and view the site on your phone? On my phone, I also see the code for a shortcode.
Thanks,
GabeAugust 8, 2014 at 11:06 pm #301835Hey!
I adjusted the padding-bottom on the header, check it now.
Best regards,
JosueAugust 9, 2014 at 12:05 am #301859This reply has been marked as private.August 9, 2014 at 1:14 am #301865Can you post a screenshot of your view on iPhone?
August 11, 2014 at 8:26 pm #302852This reply has been marked as private.August 12, 2014 at 4:43 am #302982Hi!
You need to lower the size of the first heading when on mobile, try adding this:
@media only screen and (max-width: 767px) { .entry-content-wrapper h2.av-special-heading-tag { font-size: 18px !important; } }
Regards,
JosueAugust 12, 2014 at 4:51 pm #303305This reply has been marked as private.August 12, 2014 at 5:59 pm #303360August 13, 2014 at 5:43 am #303637Hi!
Not sure where the “[shortcode goes here]” part comes from. Did you add any code on functions.php? Add this on Quick CSS or custom.css to move the title container on mobile device:
@media only screen and (max-width: 767px) { .responsive #main { padding-top: 0 !important; margin-top: -21px; } }
Regards,
IsmaelAugust 13, 2014 at 11:26 pm #304063This reply has been marked as private.August 14, 2014 at 4:33 am #304141 -
AuthorPosts
- You must be logged in to reply to this topic.