Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • brimus Friend
    #1014524

    Im trying to have text in the middle of the top page but its always a;ll way to the left. Why?
    http://radio202.com/teline/

    Pankaj Sharma Moderator
    #1014564

    Hi
    In the top bar, there are two positions
    Left and right. As you are using both the positions. And the text is on the left so its show on the left side.
    Here you can see this: http://prntscr.com/eewy5j

    You can use below code in custom.css file to move it in the right side

    @media(max-width:992px){
    .t3-topbar .top-left {
        margin-left: 159px;
    }}

    Regards

    brimus Friend
    #1014778

    Thanks, i tried but isnt working, can you send me file so i can upload if isnt a big problem for you. 🙂

    Pankaj Sharma Moderator
    #1014898

    Hi
    Follow this:
    Open template folder from your FTP .
    Now open /css folder in the template and create a new file in this folder with name custom.css
    Next:
    add below code in custom.css file

    @media(max-width:992px){
    .t3-topbar .top-left {
        margin-left: 159px;
    }}

    Save and check.
    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum