• Resolved nobody12

    (@nobody12)


    Hi,
    When on post pages, header icon is hidden (example attached) but on other pages it’s displayed normally. Haven’t found any settings, that might be related to this. Using DIVI theme. Any suggestions?
    regards, Zdenek

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    It seems a css from your theme that affects the padding of all images when seeing the posts and pages.

    Add the code below to the custom css option to force the padding to a zero value.

    .mob-standard-logo {
        padding: 0!important;
    }

    Clear the cache and test again. Let me know the result.

    Thread Starter nobody12

    (@nobody12)

    It helped. Thx a lot!

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. I’m Glad it’s sorted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header icon not showing on post pages’ is closed to new replies.