Home Forums WoodMart support forum Different alignment for Desktop and Mobile view

Different alignment for Desktop and Mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #503493

    samskpun
    Participant

    I am using “section title” for the title, and have left alignment for the desktop view. However for mobile view i would like to have it center alignment. Is there anyway to set it like this?

    #503767

    Hung Pham
    Keymaster

    Hi samskpun,

    Thanks for reaching to us.

    In order to do that, you first need to add class to widget, for e.g: section-title-mobile https://prnt.sc/4vG0TcAtVQMs

    Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile or Custom CSS for tablet

    .section-title-mobile .title-wrapper{
    	text-align: center;
    }

    Regards,

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