New Landing How can we help? Themeforest Theme Support Dante Top Bar right text config isn't aligned correctly

Viewing 15 posts - 1 through 15 (of 19 total)
  • Posted in: Dante
  • #76923
    cmallon
    Member
    Post count: 23

    Hi,

    I just noticed that under Admin > Theme Options > Header Options => There’s something wrong with the “Top Bar right text config.” For some reason, it’s about 300px from the right side of the screen and needs to be right aligned instead. I have no Custom CSS added and I’m using the newest version of the theme.

    I would like to remove the “Contact Us” from the Top Bar left text config and add it to the Top Bar right text config.

    I have added two screenshots to show you what I mean.

    #77028
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    If you could provide me with your link I will fix it for you ๐Ÿ™‚

    – Kyle

    #77702
    cmallon
    Member
    Post count: 23

    Hi Kyle,

    DencoFamily.com

    I actually have this option disabled on the live site since it seems to be broken on the theme. Since it’s currently disabled, I think it would be impossible for you to fix for me unless I activate it again and leave it that way until you respond. I understand that we can use css to move it over, but I honestly think that this “Top Bar right text config” issue is an issue with Dante, not my current instillation.

    Btw, I have version 2.55 installed. Thoughts?

    Thanks!

    #77703
    cmallon
    Member
    Post count: 23

    Here’s another screenshot just to show you what I’m talking about

    #77857
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I will need it enabled so that I can inspect the css, please add it back in

    – Kyle

    #78377
    cmallon
    Member
    Post count: 23

    Here’s a duplicate site for testing purposes:

    http://denco.clintmallon.com/

    Thanks for your help!

    #78449
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code :
    div#top-bar div.tb-right{text-align:right}
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #78736
    jmaskell
    Member
    Post count: 29

    I am also having the same issue. I have tried the code you suggested: div#top-bar div.tb-right{text-align:center} I copied and pasted it into the Custom CSS Box under Theme Options. Is that correct?

    #78738
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Yes that is correct .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #78744
    jmaskell
    Member
    Post count: 29

    Well in that case your code doesn’t work as I have done exactly that.

    #78748
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi

    @jmaskell
    – If you provide specific page url so i can debug to fix the issue very soon .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #78751
    jmaskell
    Member
    Post count: 29
    #78753
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You used this code :
    .div#top-bar div.tb-right{text-align:center}

    My correct code is :
    div#top-bar div.tb-right{text-align:right}

    You added a dot(.) before code so it is not working .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #78821
    cmallon
    Member
    Post count: 23

    @Mohammad and @jmaskell,

    I have attached three screenshots with a red guide to show better how the default theme is setup and how these lines of code affect the text. @Mohammad, the code provided doesn’t work as you can see in the second screenshot. You were close, but you have to change the code from:

    div#top-bar div.tb-right{
    text-align:center
    }

    To:

    div#top-bar div.tb-right{
    text-align:right
    }

    Regardless, this is an issue with the theme since it is set by default to be left aligned. I hope this can be fixed in the next update.


    @jmaskell
    — Use this code:

    div#top-bar div.tb-right{
    text-align:right
    }

    Thanks for the help Mohammad.

    #78874
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @cmallon
    – Thanks for the help :-). I have right code [right] in mind and typed [center] . Finally the right code would be:
    div#top-bar div.tb-right{text-align:right;}

    With Best Regards
    Swift Ideas

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register