Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #991126

    Hi, as you can see here – https://www.screencast.com/t/apL79nFaAV8 – there’s a white blank space above the title that shouldn’t be there. How can I remove it?

    Also, how can I change the parent pages of a custom post so that in the breadcrumbs, it will add that parent page instead of only showing the homepage?

    Thanks!

    #991181

    Hey DROR,

    This is the code that does that, you can remove the code or adjust it
    Image 2018-07-29 at 20.29.29.png

    Best regards,
    Victoria

    #991507

    Thanks Victoria. I removed this code but now I have a different issue that the logo area on mobile is covering the text (see screenshot).

    #991633

    Hi bakbek,

    You just need to make the value less
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top #main {
            padding-top: 82px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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