Is this possible with graphene theme?

  • lalamums

    #6778

    Hello!

    I wonder if this is possible to do in the graphene theme.. take a look at budapest.se

    I would like to make header, navigation bar, and the widget to the right..

    Is this possible?

    Mod

    Kenneth John Odle

    #35586

    You can achieve something like that with the header widget and some custom CSS. See this post:

    http://forum.khairul-syahir.com/graphene-support/how-can-i-add-adsense-to-the-background-image-1#post-5040

    Be sure to check w3schools.com for more information about basic CSS.

    lalamums

    #35587

    I looked at that post and tries your suggestion

    .header-widget {
    position:fixed;
    top:10px;
    left:10px;
    }

    But nothing happens, the header widget is still to the left.. I tried to change it ro right:10px;

    Mod

    Kenneth John Odle

    #35588

    Are you refreshing your browser cache?

    Mod

    Kenneth John Odle

    #35589

    Put code in between backtick (

    Code:
    `

    ) characters. It’s usually located above the Tab key on your keyboard.

    lalamums

    #35590

    Yes i was refreshing my browser cache,

    How should the code look like to work?

    .header-widget {
    position:fixed;
    top:10px;
    left:10px;
    }

    Like that?

    Anonymous

    #35591

    Put your code between backticks. Single quote is not a backtick character.

    lalamums

    #35592

    Im not sure what character the backtick is and how do get it at my keyboard.. Could you put the code in backticks for me so I can copy? Please, thank you!

    Anonymous

    #35593

    Just select your code and click code button above the text editor. It will wrap the code in backticks.

    lalamums

    #35594

    Thanks 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

  • You must be logged in to reply to this topic.