Fred McIntyre
Posts: 0
Joined: Sun Jan 12, 2014 5:04 pm

placment of button in the header

I have the Back button enabled in the header. I have created a tab for the slide out panel. If the tab is on the left, the back button is on top of it. I have added a "Home" button on the right of the header. If I have the slide out panel on the right, the Home button is on top of the tab.

I have changed "Margin" for the Home button, but that has not affected its placement.

Is there any way to move the button, in the header, to the left?

Image

I do realize that one option is to move the tab down, but I'd like to keep in on the header so it doesn't interfere with content on the page.

Thanks,
Fred

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

placment of button in the header

Hi Fred,

You can move a button 'home' using this CSS:pre[name=mobilebutton]{
position: fixed;
left: 80px;
}/preWhere 'mobilebutton' is a button name.

Fred McIntyre
Posts: 0
Joined: Sun Jan 12, 2014 5:04 pm

placment of button in the header

I always appreciate your prompt and helpful replies!

Return to “Issues”