Home Forums Pro Themes Magazine Plus Pro MP:Images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42564
    realm81
    Participant

    The widget MP:Images title appear to be on the right, how can I change the alignment to the left?

    #42605
    wensolutions
    Keymaster

    Hello @realm81,

    To make the widget title appear on the left use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS

    .widget magazine_plus_widget_image .widget-title, #footer-widgets .widget-title {
       
        text-align: left;
    }

    Hope this helps.

    Best Regards!!

    #43118
    realm81
    Participant

    Still the same, it didn’t fix it

    #43123
    wensolutions
    Keymaster

    Hello @realm81,

    Please try using below CSS.

    .widget.magazine_plus_widget_image .widget-title, #footer-widgets .widget-title {
        text-align: left;
    }

    Hope this helps.

    Best Regards!!

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