Moving logo to the right

Posted in: Newspaper
Post count: 10

Hi,

How can I move the logo to the right side of the page instead of the default left as it is now. I’m working with RTL version of wordpress.

Thank you,
Tzachi.

Post count: 6600

Hi,

You will have to use the default header style (style 1 from theme pane > header style http://screencast.com/t/YaDPSlWbPjE ) then go to header-style-1.php file and make this changes: http://screencast.com/t/LDkej9E2J

Then use this custom css > in them panel > custom css filed:

.td-a-rec-id-header {
left: 5px !important;
top: 15px !important;
}

Result: http://screencast.com/t/e6nljSjFKRif

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.