Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Seascape 2
#27
horei, by private message: Wrote:I do not know how to send Huh  question to forum.???

Hello Timbow or other specialist,
another question on Seascape2:

the header on my webside " https://www.bluthochdruck-frankfurt.de" contains in top line the webside title "Selbsthilfegruppe Bluthochdruck Frankfurt Rhein-Main" and underneath (in bottom line) the navigation links to 4 pages. I like to change position of navigation to the top line and webside title to lower line. I could not locate file where this sequence has been defined.
Pls. give me a hint.

forum menber "horei"

Hi horei,

in the theme file header.inc.php beginning on line 43, the html for the header:
Code:
<!-- HEADER -->
<div class="header-wrapper row">
    <header class="col">
        <h1><a href="<?php get_site_url(); ?>" class="logo"><?php get_site_name(); ?></a></h1>
        <img id="hamburger" class="nav-toggle" src="<?php get_theme_url(); ?>/assets/img/hamburger.png">
        <nav class="nav-collapse">
            <ul>
                <?php get_navigation(return_page_slug()); ?>
            </ul>
        </nav>
    </header>
</div>
<!--/HEADER -->
the elements are the site title as <h1>, the image of the hamburger and the navigation. If you put the site title after the nav it might just work.
T
Reply


Messages In This Thread
Seascape 2 - by Timbow - 2016-10-29, 09:41:16
RE: Seascape 2 - by Timbow - 2016-10-31, 21:29:51
RE: Seascape 2 - by kazu2015 - 2016-11-03, 21:09:19
RE: Seascape 2 - by Timbow - 2016-11-04, 01:11:20
RE: Seascape 2 - by kazu2015 - 2016-11-03, 21:17:02
RE: Seascape 2 - by Timbow - 2016-11-04, 01:09:41
RE: Seascape 2 - by kazu2015 - 2016-11-04, 08:59:25
RE: Seascape 2 - by Timbow - 2016-11-04, 09:37:30
RE: Seascape 2 - by kazu2015 - 2016-11-04, 09:01:36
RE: Seascape 2 - by kazu2015 - 2016-11-04, 09:57:50
RE: Seascape 2 - by Timbow - 2016-11-04, 10:05:21
RE: Seascape 2 - by kazu2015 - 2016-11-04, 10:15:37
RE: Seascape 2 - by kazu2015 - 2016-11-04, 10:17:10
RE: Seascape 2 - by kazu2015 - 2016-11-04, 10:23:55
RE: Seascape 2 - by kazu2015 - 2016-11-04, 11:15:35
RE: Seascape 2 - by datiswous - 2016-11-05, 07:27:06
RE: Seascape 2 - by Timbow - 2016-11-15, 08:36:53
RE: Seascape 2 - by kazu2015 - 2016-11-22, 23:00:15
RE: Seascape 2 - by Timbow - 2016-11-22, 23:10:11
RE: Seascape 2 - by kazu2015 - 2016-11-22, 23:30:03
RE: Seascape 2 - by cobber - 2016-12-13, 20:44:35
RE: Seascape 2 - by Timbow - 2016-12-13, 21:24:02
RE: Seascape 2 - by cobber - 2016-12-13, 23:38:21
RE: Seascape 2 - by horei - 2017-03-02, 03:40:26
RE: Seascape 2 - by Timbow - 2017-03-02, 04:05:43
RE: Seascape 2 - by horei - 2017-03-03, 03:29:01
RE: Seascape 2 - by Timbow - 2018-01-10, 07:14:25
RE: Seascape 2 - by horei - 2018-03-06, 20:25:45
RE: Seascape 2 - by datiswous - 2018-03-06, 22:16:52
RE: Seascape 2 - by Carlos - 2018-03-08, 05:35:45
RE: Seascape 2 - by horei - 2018-03-12, 02:23:00
RE: Seascape 2 - by datiswous - 2018-03-12, 11:03:40



Users browsing this thread: 1 Guest(s)