Home Forums Pro Themes Music Freak Pro Need to shift text on main slider to the right – need custom CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #131348
    Shawn Pearce
    Participant

    Hello:

    I purchased the pro version of this theme from your website, but the images I am using in the main slider are making it slightly hard for the white text of the slider to be seen. I think I can fix this by moving the text to the right, but I think I may need to alter the CSS to do this. Is it possible for you to do this?

    Site is https://dacapovocals.com

    Thanks!

    #131383
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to align the text of slider to right.

    @media(min-width: 767px){
        .featured-slider .entry-container{
            float: right;
            text-align: right;
        }
    }
    

    Hope this helps.

    If you have further queries, let us know.

    Regards.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.