Move pencil icon to top

Support Area Forums Responsive Visual Move pencil icon to top

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #9615
    Gor
    Participant

    Hi Bill,

    I have a responsive visual theme and would like to move the pencil icon of the footer ( instead of this icon I have a flag icon ) to top of the page, next to the header .

    Here is a graphic example what I like to do

    Example

    And here is the link of the webpage, still in construction

    FPalacio

    user: guests
    password: guests

    Could you help me? 😉

    Thanks

    Gor

    #9628
    Bill Robbins
    Moderator

    Gor,

    Thank you for your business and great question. It looks like you have the icon replaced properly. I would suggest cutting the code that you changed out of footer.php and pasting it into header.php.

    I would suggest pasting it just before this:

    
    </header>
    

    That will add it into your header. If you need help floating it to the right so it stays on that side, let me know.

    Thanks again,
    Bill

    #9639
    Gor
    Participant

    I have done, perfect !

    Thanks a lot,

    Gor

    #9741
    Gor
    Participant

    Hi Bill,

    I´ve another question,

    I would like to put more flags ( another languajes ) the same place, but on one row from left to right, I’ve tried but they goes down to up .

    Thanks

    Gor

    #9750
    Bill Robbins
    Moderator

    Gor,

    You may need to float the icons so they line up. You could try that by placing this CSS snippet into the Custom CSS box in the Theme Options page:

    
    .footer-right {
    	overflow: hidden;
    	padding-bottom: 5px;
    }
    
    .footer-right img {
    	float: right;
    }
    

    If you have any trouble, let me know and if you can, leave the other icons up so I can take a closer look too.

    Thanks,
    Bill

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Move pencil icon to top’ is closed to new replies.