Home Forums Pro Themes Kids Education Pro Kids Education Theme Pro – Full width Layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87837
    rebeloka
    Participant

    Hi,

    Instead of the boxed layout, does this theme have the option for full-width content? The boxed layout is limiting the way the content is viewed on mobile devices.

    Kindly suggest.

    Have a nice day!

    Cheers,
    Loki

    #87933
    wensolutions
    Keymaster

    Hello @rebeloka,

    Yes, theme has provided the option where you can manage the layout and for this please go to Admin Panel > Appearance > Customize > Theme Options > Layout > Site layout and chose the option “wide”.

    Screenshot:

    http://prntscr.com/m1j6ss

    Hope this helps.

    Best Regards!!

    #88094
    rebeloka
    Participant

    Hi,

    Thanks for the assistance! Sorry, I have another query. The team posts show a white box at the bottom with “admin” written in it, which I tried to remove / hide with multiple plugins. It still won’t hide. Can you suggest how to disable this from showing?

    Have a nice day!

    Cheers,
    Loki

    #88492
    wensolutions
    Keymaster

    Hello @rabeloka,

    To remove the whitebox at the button please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (min-width: 600px){
    .single-tp-team .about-author {
        display: none;
    }
    }

    Hope this helps.

    Best Regards!!

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