Phone number in header ignoring align code.

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Phone number in header ignoring align code.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22030
    glascala
    Member

    So I previously had a snippet of HTML in my Header as text to display a phone number. But the align right is being ignore now after the weekend… It was working on Friday but now on Monday its not.

    Phone Number Header

    Here’s the snippet I have put into the Header Area widget.

    Header Widget

    and this is the custom CSS you had previously had me use to get the header widget to show up.

    
    #sidebar-header aside#text-4 {
        float: right;
    }
    

    Again I really appreciate the help guys.

    #22059
    Veena
    Moderator

    I have changed the #text-4 to #text-6

    #sidebar-header aside#text-6 {
        float: right;
    }
    
    #22070
    glascala
    Member

    Hmm. Thats a bit strange. How do you determine what the text-# value is? Just for a future reference?

    #22099
    Veena
    Moderator

    That is the id of the text widget . You can find the id by using inspect element in chrome developer tools .
    Before the id was 4 , may be someone has changed the widget for some reason and readded the widget ..

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.