Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #159853
    Ta0102
    Participant

    I want to display noteworthy content in the center.
    On the PC it was possible to display to the center to some extent.
    However, when I made iPad (portrait display), I found that I got to the right.

    I want to improve this.
    Thanking you in advance.

    #159948
    tikaram
    Participant

    @ta0102 : Please post in your site URL so that I can look upon the issue.

    Regards,
    Tikaram

    #160069
    Ta0102
    Participant
    #160117
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css

    @media screen and (min-width: 64em) {
    	.nav-primary.search-enabled  {
    		margin-left: 200px;
    	}
    	#featured-content {
    		padding:0;
    	}
    }

    Let me know if this helps you.

    Regards,
    Tikaram

    #160213
    Ta0102
    Participant

    It was different from what I wanted.

    What I want is eight content
    When displaying on the iPad, it displays to the right and displays it.
    I’d like to improve this (display it in the center).

    #160279
    tikaram
    Participant

    @ta0102 : Can you please explain clearly what you mean by “What I want is eight content” ? Please mention your requirements clearly so that I can help you out.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured content’ is closed to new replies.