Okay
  Public Ticket #800813
top bar
Closed

Comments

  • Mohamad started the conversation

    1- How can I enlarge top bar attach file ( Untitled-1 )

    2- How can i change footer from 3 row to 1 footer wild ( Untitled-2 ) i want add slid logo 

    thank you 

  •  93
    djwd replied

    Hi there,
    please consider that personal customization go beyond the scope of theme support, which is meant for theme features, bug fixes and updates.

    To put you on the right tracks, the top toolbar div adapts to its content, you could still do that by targeting the top toolbar div (#mgm-toolbar) like this:

    #mgm-toolbar {height: 50px;}

    but probably other customizations for responsiveness will be needed.

    About footer, the template to look into is footer.php, you would need to change the footer widgetized columns width (it uses Bootstrap grid system).

    Regards
    djwd