Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #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!
    Gabe

    #300250

    Hey

    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,
    Yigit

    #300418

    Hi Yigit,

    Changing the CSS code didn’t do anything. What else could be the problem?

    Thanks,
    Gabe

    #300430

    Hey!

    Code is not being applied. Please try adding it to Style.css file of your child theme in Appearance > Editor

    Cheers!
    Yigit

    #300437
    This reply has been marked as private.
    #300439

    Hey!

    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,
    Yigit

    #300857
    This reply has been marked as private.
    #300931

    Hey!

    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,
    Ismael

    #301653
    This reply has been marked as private.
    #301751

    Hey!

    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,
    Peter

    #301831

    Hi 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,
    Gabe

    #301835

    Hey!

    I adjusted the padding-bottom on the header, check it now.

    Best regards,
    Josue

    #301859
    This reply has been marked as private.
    #301865

    Can you post a screenshot of your view on iPhone?

    #302852
    This reply has been marked as private.
    #302982

    Hi!

    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,
    Josue

    #303305
    This reply has been marked as private.
    #303360

    Josue,

    This is what the main (non-mobile pages look like):

    http://awesomescreenshot.com/04b3aukwe9

    #303637

    Hi!

    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,
    Ismael

    #304063
    This reply has been marked as private.
    #304141

    Hi!

    The logo text adjusts properly on mobile screens. It doesn’t being cut off. Please remove browser cache then reload the page a few times.

    Regards,
    Ismael

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.